mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 22:11:14 +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}`;
|
||||
return [birthdate, sex];
|
||||
};
|
||||
|
||||
const birthdate = `${day}.${month}.${year}`;
|
||||
return [birthdate, sex];
|
||||
}
|
||||
};
|
||||
Loading…
Reference in a new issue