Skip to content

Commit 84457ef

Browse files
linkielinkCopilot
andauthored
Update src/api/prices/getPythPrices.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 95d406a commit 84457ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/prices/getPythPrices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default async function fetchPythPrices(priceFeedIds: string[], assets: As
2626
)
2727
return response
2828
} catch (error) {
29-
console.warn('Primary Pyth API failed, falling back to fallback API')
29+
console.warn('Primary Pyth API failed, falling back to fallback API', error)
3030
}
3131

3232
try {

0 commit comments

Comments
 (0)