Skip to content

Commit

Permalink
fix: fix lint issue (#4514)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin authored Jun 6, 2024
1 parent a598ed1 commit 48a7536
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { BFF_BASE_URL } from '@cowprotocol/common-const'
import { FractionUtils } from '@cowprotocol/common-utils'
import { SupportedChainId } from '@cowprotocol/cow-sdk'
import { Fraction, Token } from '@uniswap/sdk-core'
Expand All @@ -7,7 +8,6 @@ import ms from 'ms.macro'
import { fetchWithRateLimit } from 'common/utils/fetch'

import { RateLimitError, UnknownCurrencyError, UnsupportedPlatformError } from './errors'
import { BFF_BASE_URL } from '@cowprotocol/common-const'

type SuccessCoingeckoUsdQuoteResponse = {
[address: string]: {
Expand Down

0 comments on commit 48a7536

Please sign in to comment.