Skip to content

Commit

Permalink
fix: getMetadata for Session
Browse files Browse the repository at this point in the history
  • Loading branch information
alkatrivedi committed Sep 25, 2024
1 parent 37e0346 commit 75a765f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions src/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,11 +541,5 @@ export class Session extends common.GrpcServiceObject {
* that a callback is omitted.
*/
promisifyAll(Session, {
exclude: [
'delete',
'getMetadata',
'partitionedDml',
'snapshot',
'transaction',
],
exclude: ['delete', 'partitionedDml', 'snapshot', 'transaction'],
});
1 change: 0 additions & 1 deletion test/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const fakePfy = extend({}, pfy, {
promisified = true;
assert.deepStrictEqual(options.exclude, [
'delete',
'getMetadata',
'partitionedDml',
'snapshot',
'transaction',
Expand Down

0 comments on commit 75a765f

Please sign in to comment.