Skip to content

Commit

Permalink
fix goose
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 committed Mar 12, 2024
1 parent 1bd64e6 commit c02a88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/goosefx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c02a88c

Please sign in to comment.