diff --git a/popup/src/classes/Service/Generators/PersonalIdGenerator.ts b/popup/src/classes/Service/Generators/PersonalIdGenerator.ts index 5047efe..234eb11 100644 --- a/popup/src/classes/Service/Generators/PersonalIdGenerator.ts +++ b/popup/src/classes/Service/Generators/PersonalIdGenerator.ts @@ -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)