Skip to content

Commit bf5ed38

Browse files
author
Emile Filteau
committed
1 parent 8d51a61 commit bf5ed38

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zapper-fi/bigquery",
33
"description": "Google BigQuery Client Library for Node.js",
4-
"version": "6.0.3",
4+
"version": "6.0.4",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

src/table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,6 +1860,7 @@ class Table extends ServiceObject {
18601860
nextQuery = Object.assign({}, options, {
18611861
pageToken: resp.pageToken,
18621862
});
1863+
delete nextQuery.startIndex;
18631864
}
18641865

18651866
if (resp.rows && resp.rows.length > 0 && !this.metadata.schema) {

0 commit comments

Comments
 (0)