Skip to content

Commit

Permalink
feat(2981): address review comments from @mkurapov. Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
koekiebox committed Nov 27, 2024
1 parent 2cfc52f commit b048548
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/backend/src/tests/quote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,11 @@ export async function createQuote(
maxPacketAmount: BigInt('9223372036854775807')
})

const withGraphFetchedArray = ['asset', 'walletAddress', 'walletAddress.asset']
const withGraphFetchedArray = [
'asset',
'walletAddress',
'walletAddress.asset'
]
if (withFee) {
withGraphFetchedArray.push('fee')
}
Expand Down

0 comments on commit b048548

Please sign in to comment.