diff --git a/typescript/infra/scripts/helloworld/kathy.ts b/typescript/infra/scripts/helloworld/kathy.ts index a34ac2f3d..77af90ed1 100644 --- a/typescript/infra/scripts/helloworld/kathy.ts +++ b/typescript/infra/scripts/helloworld/kathy.ts @@ -221,11 +221,8 @@ async function main(): Promise { messageSendSeconds.labels({ origin, remote }).inc(0); messageReceiptSeconds.labels({ origin, remote }).inc(0); } - await Promise.all( - chains.map(async (chain) => { - await updateWalletBalanceMetricFor(app, chain); - }), - ); + + chains.map((chain) => updateWalletBalanceMetricFor(app, chain)); while (true) { currentPairingIndexGauge.set(currentPairingIndex);