From 3ebb3b825b2cd4524b98079eb392c96aff416676 Mon Sep 17 00:00:00 2001 From: nicholaspai Date: Thu, 21 Nov 2024 19:39:30 -0500 Subject: [PATCH] Update coingecko.ts --- api/coingecko.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/coingecko.ts b/api/coingecko.ts index e92ba3d16..cc6e89137 100644 --- a/api/coingecko.ts +++ b/api/coingecko.ts @@ -130,7 +130,7 @@ const handler = async ( : await coingeckoClient.getCurrentPriceByContract( l1Token, modifiedBaseCurrency, - platformId + Number(platformId) ); } }