mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-06 19:40:49 +00:00
fix: personalIdFormat
This commit is contained in:
parent
18621c55c0
commit
e2c3eed4fb
1 changed files with 1 additions and 5 deletions
|
|
@ -72,8 +72,4 @@ export const deriveBirthdateFromPersonalId = (
|
||||||
|
|
||||||
const birthdate = `${day}.${month}.${year}`;
|
const birthdate = `${day}.${month}.${year}`;
|
||||||
return [birthdate, sex];
|
return [birthdate, sex];
|
||||||
};
|
};
|
||||||
|
|
||||||
const birthdate = `${day}.${month}.${year}`;
|
|
||||||
return [birthdate, sex];
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue