Skip to content

Commit

Permalink
fix error contago
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Feb 14, 2024
1 parent 8bf0ea8 commit e055ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/contango/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const fetchVolume = (chain: Chain) => {
try {
response = await request(endpoint[chain], query)
} catch (error) {
console.error('Error fetching contango data', wrapGraphError(error).message);
console.error('Error fetching contango data', wrapGraphError(error as Error).message);
return { timestamp };
}

Expand Down

0 comments on commit e055ee2

Please sign in to comment.