Skip to content

Commit f254005

Browse files
committed
update prod config to include application id 9 in groups
1 parent c8f73e1 commit f254005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/who-prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
list: {
1616
apiConfiguration: '613b5af515e8c265c982081c',
1717
endpoint: '/referenceData/items/SystemPosition',
18-
path: '$.value[?(@.ApplicationId==1 || @.ApplicationId==5)]',
18+
path: '$.value[?(@.ApplicationId==1 || @.ApplicationId==9)]',
1919
id: 'Id',
2020
title: 'Name',
2121
description: 'Description',

0 commit comments

Comments
 (0)