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 444a34d commit dd5ebcdCopy full SHA for dd5ebcd
examples/query-service/consumed-units.ts
@@ -19,7 +19,7 @@ async function run(logger: Logger, endpoint: string, database: string) {
19
20
// Always drain the result to avoid session stuck
21
for await (const resultSet of res.resultSets) {
22
- for await (const row of resultSet.rows) {
+ for await (const _ of resultSet.rows) {
23
}
24
25
},
0 commit comments