Skip to content

Commit a7500b9

Browse files
linkielinkCopilot
andauthored
Update src/api/prices/getOraclePrices.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6e71ec9 commit a7500b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/prices/getOraclePrices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default async function getOraclePrices(
7676
}
7777
}),
7878
)
79-
individualPriceResults = shareResults.filter((result) => result !== null) as PriceResponse[]
79+
individualPriceResults = shareResults as PriceResponse[]
8080
}
8181

8282
// Combine all price results

0 commit comments

Comments
 (0)