Skip to content

Commit

Permalink
add tz variables (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinehome authored Jan 9, 2025
1 parent 8ae2e3a commit fbc74ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hrm-domain/hrm-core/permissions/rulesMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const phRules = require('../permission-rules/ph.json');
const sgRules = require('../permission-rules/sg.json');
const uscrRules = require('../permission-rules/uscr.json');
const thRules = require('../permission-rules/th.json');
const tzRules = require('../permission-rules/tz.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,6 +262,7 @@ const rulesMapDef = {
ph: phRules,
sg: sgRules,
th: thRules,
tz: tzRules,
uscr: uscrRules,
za: zaRules,
zm: zmRules,
Expand Down
1 change: 1 addition & 0 deletions hrm-domain/hrm-service/setTestEnvVars.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ process.env.PERMISSIONS_ACnz = 'nz';
process.env.PERMISSIONS_ACph = 'ph';
process.env.PERMISSIONS_ACsg = 'sg';
process.env.PERMISSIONS_ACth = 'th';
process.env.PERMISSIONS_ACtz = 'tz';
process.env.PERMISSIONS_ACuscr = 'uscr';
process.env.PERMISSIONS_ACza = 'za';
process.env.PERMISSIONS_ACzm = 'zm';
Expand Down

0 comments on commit fbc74ff

Please sign in to comment.