We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e46ea commit ad32e9bCopy full SHA for ad32e9b
1 file changed
packages/updatePrescriptionStatus/src/utils/sqsClient.ts
@@ -66,7 +66,7 @@ export async function pushPrescriptionToNotificationSQS(
66
}
67
68
// Only allow through sites and systems that are allowedSitesAndSystems
69
- const allowedSitesAndSystemsData = await checkSiteOrSystemIsNotifyEnabled(data)
+ const allowedSitesAndSystemsData = checkSiteOrSystemIsNotifyEnabled(data)
70
logger.info(
71
"Filtered out sites and suppliers that are not enabled, or are explicitly disabled",
72
{
0 commit comments