File tree Expand file tree Collapse file tree
packages/updatePrescriptionStatus/src/validation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Resources:
140140 USE_APP_ID_FOR_NOTIFICATIONS_FILTERING : false
141141 ENABLED_SYSTEMS_PARAM : !Ref EnabledSystemsParam
142142 #
143- ENABLED_PRODUCT_IDS_PARAM : !Ref EnabledSupplierApplicationIDsParam
143+ ENABLED_APPLICATION_IDS_PARAM : !Ref EnabledSupplierApplicationIDsParam
144144 ENABLED_SITE_ODS_CODES_PARAM : !Ref EnabledSiteODSCodesParam
145145 BLOCKED_SITE_ODS_CODES_PARAM : !Ref BlockedSiteODSCodesParam
146146 ENABLE_NOTIFICATIONS_PARAM : !Ref EnableNotificationsInternalParam
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ async function loadConfig(): Promise<{
2424 const paramNames = {
2525 [ process . env . ENABLED_SITE_ODS_CODES_PARAM ! ] : { maxAge : 5 } ,
2626 [ process . env . ENABLED_SYSTEMS_PARAM ! ] : { maxAge : 5 } ,
27- [ process . env . ENABLED_PRODUCT_IDS_PARAM ! ] : { maxAge : 5 } ,
27+ [ process . env . ENABLED_APPLICATION_IDS_PARAM ! ] : { maxAge : 5 } ,
2828 [ process . env . BLOCKED_SITE_ODS_CODES_PARAM ! ] : { maxAge : 5 }
2929 }
3030 const all = await initiatedSSMProvider . getParametersByName ( paramNames )
You can’t perform that action at this time.
0 commit comments