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 3916503 commit 1c3b17fCopy full SHA for 1c3b17f
packages/cubejs-backend-native/js/ResultWrapper.ts
@@ -57,7 +57,7 @@ export class ResultWrapper extends BaseWrapper implements DataResult {
57
const array = this.getArray();
58
const l = array.length;
59
60
- return function* yieldArrayItem () {
+ return function* yieldArrayItem() {
61
for (let i = 0; i < l; i++) {
62
yield array[i];
63
}
0 commit comments