Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Dec 9, 2024
1 parent 1d3f99c commit 2afebfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs/index.js
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ class ReadStream extends Readable {
}
}

const { Client } = require("./generated.js");
const { Client, RowIterator } = require("./generated.js");

RowIterator.prototype.createReadStream = function (options) {
return new ReadStream(this, options);

0 comments on commit 2afebfd

Please sign in to comment.