Skip to content

Commit

Permalink
fix: compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jan 1, 2025
1 parent 4994d46 commit 536d156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cowswap-frontend/src/api/cowProtocol/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import { getQuoteValidFor } from 'utils/orderUtils/getQuoteValidFor'
import { ApiErrorCodes } from './errors/OperatorError'
import QuoteApiError, { mapOperatorErrorToQuoteError, QuoteApiErrorDetails } from './errors/QuoteError'
import { getIsOrderBookTypedError } from './getIsOrderBookTypedError'
export { getIsOrderBookTypedError } from './getIsOrderBookTypedError'

function getProfileUrl(): Partial<Record<ChainId, string>> {
if (isLocal || isDev || isPr || isBarn) {
Expand Down Expand Up @@ -154,7 +155,6 @@ function _getAppDataQuoteParams(params: FeeQuoteParams) {
}

export async function getQuote(params: FeeQuoteParams): Promise<OrderQuoteResponse> {
console.log(`ANXO: getQuote (${params.priceQuality})`, params)
const { chainId } = params
const quoteParams = _mapNewToLegacyParams(params)
const { sellToken, buyToken } = quoteParams
Expand Down

0 comments on commit 536d156

Please sign in to comment.