Skip to content

Commit

Permalink
Reverted change (DH-18086-2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jan 16, 2025
1 parent 057f592 commit 2cd6ce2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jsapi-nodejs/src/NodeHttp2gRPCTransport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ export class NodeHttp2gRPCTransport implements GrpcTransport {
logger.debug('cancel');
assertNotNull(this.request, 'request is required');
this.request.close();
this.request = null;
}

/**
Expand Down

0 comments on commit 2cd6ce2

Please sign in to comment.