Skip to content

Commit ad32e9b

Browse files
committed
Remove await
1 parent 17e46ea commit ad32e9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/updatePrescriptionStatus/src/utils/sqsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export async function pushPrescriptionToNotificationSQS(
6666
}
6767

6868
// Only allow through sites and systems that are allowedSitesAndSystems
69-
const allowedSitesAndSystemsData = await checkSiteOrSystemIsNotifyEnabled(data)
69+
const allowedSitesAndSystemsData = checkSiteOrSystemIsNotifyEnabled(data)
7070
logger.info(
7171
"Filtered out sites and suppliers that are not enabled, or are explicitly disabled",
7272
{

0 commit comments

Comments
 (0)