Skip to content

Commit dfd22a2

Browse files
author
Benjamin E. Coe
authored
fix(types): stricter types are now enforced (#733)
1 parent 998dc4b commit dfd22a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ Please use the format 'my-instance' or '${bigtable.projectName}/instances/my-ins
887887
view: Table.VIEWS[options.view || 'unspecified'],
888888
});
889889

890-
delete reqOpts.gaxOptions;
890+
delete (reqOpts as GetTablesOptions).gaxOptions;
891891

892892
this.bigtable.request<Table[]>(
893893
{

0 commit comments

Comments
 (0)