We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6113e3f + 8fcdecd commit 7ddafd8Copy full SHA for 7ddafd8
api/.nextRelease/data/NO/inject.js
@@ -39,7 +39,7 @@ module.exports = (inc, contents) => {
39
} else if (year >= 1900 && year <= 1999) {
40
no = 499 - range(0, 499);
41
}
42
- if ( ((no & 1) && isMale) || (!(no & 1) && !isMale) ) {
+ if ( ((no & 1) && !isMale) || (!(no & 1) && isMale) ) {
43
no--;
44
45
no = pad(String(no), 3);
0 commit comments