Skip to content

Commit 1541ee4

Browse files
author
Jayant Krishnamurthy
committed
fix lint
1 parent e917e48 commit 1541ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/example_http_usage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async function runQuery(): Promise<void> {
1010
const pythClient = new PythHttpClient(connection, pythPublicKey);
1111
const data = await pythClient.getData();
1212

13-
for (let symbol of data.symbols) {
13+
for (const symbol of data.symbols) {
1414
const price = data.productPrice.get(symbol)!;
1515

1616
if (price.price && price.confidence) {

0 commit comments

Comments
 (0)