Skip to content

Commit 249c99e

Browse files
AVaksmanGautamSharda
authored andcommitted
chore: update promisifyAll exclude (#777)
1 parent 35e931a commit 249c99e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

handwritten/bigtable/src/instance.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,13 @@ Please use the format 'my-instance' or '${bigtable.projectName}/instances/my-ins
12331233
* that a callback is omitted.
12341234
*/
12351235
promisifyAll(Instance, {
1236-
exclude: ['appProfile', 'cluster', 'table', 'getTablesStream'],
1236+
exclude: [
1237+
'appProfile',
1238+
'cluster',
1239+
'table',
1240+
'getTablesStream',
1241+
'getAppProfilesStream',
1242+
],
12371243
});
12381244

12391245
/**

handwritten/bigtable/test/instance.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const fakePromisify = Object.assign({}, promisify, {
4848
'cluster',
4949
'table',
5050
'getTablesStream',
51+
'getAppProfilesStream',
5152
]);
5253
},
5354
});

0 commit comments

Comments
 (0)