поправил выбор пола
This commit is contained in:
parent
c9c12a3d02
commit
00e81a8f49
@ -84,7 +84,7 @@ export class PersonalIdGenerator {
|
|||||||
*/
|
*/
|
||||||
getGenderPart (country: Country, gender: Gender, year: bigint) {
|
getGenderPart (country: Country, gender: Gender, year: bigint) {
|
||||||
console.log(country, gender)
|
console.log(country, gender)
|
||||||
let tempGender = Gender.MALE
|
let tempGender = gender
|
||||||
switch (country) {
|
switch (country) {
|
||||||
case Country.POLAND:
|
case Country.POLAND:
|
||||||
console.log(country)
|
console.log(country)
|
||||||
|
Loading…
Reference in New Issue
Block a user