Skip to content

Commit

Permalink
fix: remove dependencies grpc #1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 authored Sep 22, 2021
1 parent 77db39a commit 432300f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/health-indicator/microservice/grpc.health.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class GRPCHealthIndicator extends HealthIndicator {
*/
private checkDependantPackages() {
this.nestJsMicroservices = checkPackages(
['@nestjs/microservices', 'grpc', '@grpc/proto-loader'],
['@nestjs/microservices', '@grpc/grpc-js', '@grpc/proto-loader'],
this.constructor.name,
)[0];
}
Expand Down

0 comments on commit 432300f

Please sign in to comment.