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

master
Sipachev Igor 3 years ago
parent c9c12a3d02
commit 00e81a8f49
  1. 2
      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)

Loading…
Cancel
Save