From c02a88c68315da24cee420dbd9c21c2390dfa3bb Mon Sep 17 00:00:00 2001 From: Define101 Date: Tue, 12 Mar 2024 20:59:05 +0000 Subject: [PATCH] fix goose --- dexs/goosefx/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexs/goosefx/index.ts b/dexs/goosefx/index.ts index 2d1d96956a..8dc7b088e4 100644 --- a/dexs/goosefx/index.ts +++ b/dexs/goosefx/index.ts @@ -8,7 +8,7 @@ const gooseFxEndpoint = "https://api-services.goosefx.io/getDefillamaStats"; const fetch = async (timestamp: number) => { const timeStampInMs = timestamp * 1000; const res = await postURL(gooseFxEndpoint, { - timeStamp: timeStampInMs + timestamp: timeStampInMs }); return { timestamp: timeStampInMs,