Skip to content

Commit

Permalink
fix(microservices): fix: nestjs#13541 start() no longer needed on grp…
Browse files Browse the repository at this point in the history
…c client since v1.10.0
  • Loading branch information
deekthesqueak committed May 6, 2024
1 parent 1db72fd commit a3be670
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/microservices/server/server-grpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export class ServerGrpc extends Server implements CustomTransportStrategy {

public async start(callback?: () => void) {
await this.bindEvents();
this.grpcClient.start();
callback();
}

Expand Down

0 comments on commit a3be670

Please sign in to comment.