Skip to content

Commit a02b15f

Browse files
authored
Exclude AgreementLNG from redaction (#835)
1 parent 58702be commit a02b15f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/src/utils/constants/misc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ exports.SKIP_REDACTION_SCHEMA_NAMES = [
9999
'MineBCMI',
100100
'CollectionBCMI',
101101
'MapLayerInfo',
102-
'ActivityLNG'
102+
'ActivityLNG',
103+
'AgreementLNG'
103104
];
104105

105106
exports.LNG_SCHEMA_NAMES = [

0 commit comments

Comments
 (0)