Skip to content

Commit dfdffd4

Browse files
committed
feat(mb): Ignore excluded regions which are boycotted for XW check
1 parent 9e9ce84 commit dfdffd4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

musicbrainz/release_countries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ const dependentTerritories = [
3636
'TK', // Tokelau -> New Zealand
3737
];
3838

39+
const boycottedRegions = [
40+
'BY', // Belarus
41+
'RU', // Russia
42+
];
43+
3944
const ignoredExcludedRegions = new Set([
4045
...uninhabitedRegions,
4146
...dependentTerritories,
47+
...boycottedRegions,
4248
]);

0 commit comments

Comments
 (0)