We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e917e48 commit 1541ee4Copy full SHA for 1541ee4
src/example_http_usage.ts
@@ -10,7 +10,7 @@ async function runQuery(): Promise<void> {
10
const pythClient = new PythHttpClient(connection, pythPublicKey);
11
const data = await pythClient.getData();
12
13
- for (let symbol of data.symbols) {
+ for (const symbol of data.symbols) {
14
const price = data.productPrice.get(symbol)!;
15
16
if (price.price && price.confidence) {
0 commit comments