From 0f800c5a4caa8d6d25c7613fe792a935f4f60bb4 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 27 May 2026 12:40:41 -0700 Subject: [PATCH] IO-3722 Add additional await. --- server/fortellis/fortellis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/fortellis/fortellis.js b/server/fortellis/fortellis.js index 6db9ce498..d639cf516 100644 --- a/server/fortellis/fortellis.js +++ b/server/fortellis/fortellis.js @@ -137,7 +137,7 @@ async function FortellisJobExport({ socket, redisHelpers, txEnvelope, jobid }) { CreateFortellisLogEvent(socket, "DEBUG", `{2.3} Querying the Customer using the name.`); if (!JobData.bodyshop.cdk_configuration.disablecontact) { //Just go straight to posting. - FortellisSelectedCustomer({ socket, redisHelpers, selectedCustomerId: bypassCustomerId, jobid }); + await FortellisSelectedCustomer({ socket, redisHelpers, selectedCustomerId: bypassCustomerId, jobid }); } else { const DMSCustList = await QueryDmsCustomerByName({ socket, redisHelpers, JobData }); await setSessionTransactionData(