From 00e81a8f49fdfc4bd16fd83cbd9cf50da6edc754 Mon Sep 17 00:00:00 2001 From: Sipachev Igor Date: Tue, 22 Mar 2022 14:54:46 +0700 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=20=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popup/src/classes/Service/Generators/PersonalIdGenerator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)