Skip to content

Commit 2090290

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

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
@@ -35,7 +35,7 @@ export default async function fetchPythPrices(priceFeedIds: string[], assets: As
3535
)
3636
return response
3737
} catch (error) {
38-
console.error('Fallback Pyth API also failed')
38+
console.error('Fallback Pyth API also failed', error)
3939
setApiError(fallbackUrl.toString(), error)
4040
}
4141

0 commit comments

Comments
 (0)