Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Nov 20, 2024
1 parent 7e0970d commit 6ba446b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api2/cron-task/storeCharts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export function craftChartsResponse(
item.totalCirculating.circulating &&
!(itemPegType === pegType)
) {
throw new Error(
console.log(
`pegType mismatch for ${peggedGeckoID}: ${pegType} and ${itemPegType}`
);
}
Expand Down

0 comments on commit 6ba446b

Please sign in to comment.