Skip to content

Commit

Permalink
Update cron-cache-gas-costs.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Jan 14, 2025
1 parent 5c27167 commit 59a8c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/cron-cache-gas-costs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
),
Expand Down

0 comments on commit 59a8c98

Please sign in to comment.