fix: personalIdFormat

This commit is contained in:
Sebastian Pravda 2023-01-26 23:51:14 +01:00
parent 18621c55c0
commit e2c3eed4fb
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -72,8 +72,4 @@ export const deriveBirthdateFromPersonalId = (
const birthdate = `${day}.${month}.${year}`;
return [birthdate, sex];
};
const birthdate = `${day}.${month}.${year}`;
return [birthdate, sex];
}
};