Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharqiewicz committed Aug 28, 2024
1 parent 669b434 commit f1087dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/usePriceFetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const usePriceFetcher = () => {
const batchingServerAssetPrice = await fetchPriceFromBatchingServer(asset);

console.log('batchingServerAssetPrice: ', batchingServerAssetPrice);
return batchingServerAssetPrice.json().price;
return 0;
} catch (e) {
console.error(e);
}
Expand Down

0 comments on commit f1087dc

Please sign in to comment.