Skip to content

Commit

Permalink
fix(types): stricter types are now enforced (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 27, 2020
1 parent 998dc4b commit dfd22a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instance.ts
Expand Up @@ -887,7 +887,7 @@ Please use the format 'my-instance' or '${bigtable.projectName}/instances/my-ins
view: Table.VIEWS[options.view || 'unspecified'],
});

delete reqOpts.gaxOptions;
delete (reqOpts as GetTablesOptions).gaxOptions;

this.bigtable.request<Table[]>(
{
Expand Down

0 comments on commit dfd22a2

Please sign in to comment.