From 59a8c98531ba4eb73c5a377a1b42f5412d61d371 Mon Sep 17 00:00:00 2001 From: nicholaspai Date: Mon, 13 Jan 2025 20:26:55 -0700 Subject: [PATCH] Update cron-cache-gas-costs.ts --- api/cron-cache-gas-costs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/cron-cache-gas-costs.ts b/api/cron-cache-gas-costs.ts index 87790ccf2..54fe18a10 100644 --- a/api/cron-cache-gas-costs.ts +++ b/api/cron-cache-gas-costs.ts @@ -171,7 +171,7 @@ const handler = async ( const outputTokensForChain = routesToChain.map( ({ destinationToken }) => destinationToken ); - return Promise.all([ + await Promise.all([ ...outputTokensForChain.map((outputToken) => updateNativeGasCostPromise(chain.chainId, outputToken) ),