mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore(): resolve merge conflicts
This commit is contained in:
@@ -305,7 +305,9 @@ export class ClientGrpcProxy extends ClientProxy implements ClientGrpc {
|
||||
}
|
||||
|
||||
public close() {
|
||||
this.grpcClients.forEach(client => client.close());
|
||||
this.grpcClients
|
||||
.filter(client => client && isFunction(client.close))
|
||||
.forEach(client => client.close());
|
||||
this.grpcClients = [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user