Skip to content

Commit

Permalink
remove Uk
Browse files Browse the repository at this point in the history
  • Loading branch information
janorivera committed Oct 18, 2024
1 parent e3b3f8a commit bbe5fd4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
37 changes: 0 additions & 37 deletions hrm-domain/hrm-core/permission-rules/uk.json

This file was deleted.

2 changes: 0 additions & 2 deletions hrm-domain/hrm-core/permissions/rulesMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const nzRules = require('../permission-rules/nz.json');
const phRules = require('../permission-rules/ph.json');
const sgRules = require('../permission-rules/sg.json');
const thRules = require('../permission-rules/th.json');
const ukRules = require('../permission-rules/uk.json');
const zaRules = require('../permission-rules/za.json');
const zmRules = require('../permission-rules/zm.json');
const zwRules = require('../permission-rules/zw.json');
Expand Down Expand Up @@ -261,7 +260,6 @@ const rulesMapDef = {
ph: phRules,
sg: sgRules,
th: thRules,
uk: ukRules,
za: zaRules,
zm: zmRules,
zw: zwRules,
Expand Down
1 change: 0 additions & 1 deletion hrm-domain/hrm-core/setTestEnvVars.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ process.env.PERMISSIONS_pl = 'pl';
process.env.PERMISSIONS_ro = 'ro';
process.env.PERMISSIONS_sg = 'sg';
process.env.PERMISSIONS_th = 'th';
process.env.PERMISSIONS_uk = 'uk';
process.env.PERMISSIONS_za = 'za';
process.env.PERMISSIONS_zm = 'zm';
process.env.PERMISSIONS_zw = 'zw';
Expand Down

0 comments on commit bbe5fd4

Please sign in to comment.