Skip to content

Commit

Permalink
Pass param properly
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-git committed Oct 23, 2023
1 parent a0e433b commit b63704c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/getPools/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ const getPools = async ({ blockchainId, registryId, preventQueryingFactoData })

const coinsFallbackPricesFromAddress = (
EXTERNAL_ORACLE_COINS_ADDRESSES[blockchainId] ?
await getTokensPrices(EXTERNAL_ORACLE_COINS_ADDRESSES[blockchainId]) :
await getTokensPrices(EXTERNAL_ORACLE_COINS_ADDRESSES[blockchainId], blockchainId) :
{}
);

Expand Down

1 comment on commit b63704c

@vercel
Copy link

@vercel vercel bot commented on b63704c Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.