поправил выбор пола

This commit is contained in:
Sipachev Igor 2022-03-22 14:54:46 +07:00
parent c9c12a3d02
commit 00e81a8f49

View File

@ -84,7 +84,7 @@ export class PersonalIdGenerator {
*/
getGenderPart (country: Country, gender: Gender, year: bigint) {
console.log(country, gender)
let tempGender = Gender.MALE
let tempGender = gender
switch (country) {
case Country.POLAND:
console.log(country)