Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Gustavo Abou Hatem De Liz committed Dec 19, 2023
1 parent 2290bbb commit 77f7010
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion balancer-js/src/modules/data/token-prices/coingecko.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
/* eslint-disable @typescript-eslint/no-empty-function */
import { CoingeckoConfig, Findable, Network, Price, TokenPrices } from '@/types';
import {
CoingeckoConfig,
Findable,
Network,
Price,
TokenPrices,
} from '@/types';
import axios, { AxiosError } from 'axios';
import { TOKENS } from '@/lib/constants/tokens';
import { Debouncer, tokenAddressForPricing } from '@/lib/utils';
Expand Down

0 comments on commit 77f7010

Please sign in to comment.