Skip to content

Commit

Permalink
Update grpc-server-spring-boot-starter/src/main/java/net/devh/boot/gr…
Browse files Browse the repository at this point in the history
…pc/server/health/ActuatorGrpcHealth.java
  • Loading branch information
yidongnan authored Oct 27, 2024
1 parent f2c458e commit 13ece45
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public void check(HealthCheckRequest request, StreamObserver<HealthCheckResponse
responseObserver.onNext(response);
responseObserver.onCompleted();
} else {

Status status = healthEndpoint.health().getStatus();
HealthCheckResponse.ServingStatus result = resolveStatus(status);
HealthCheckResponse response = HealthCheckResponse.newBuilder().setStatus(result).build();
Expand Down

0 comments on commit 13ece45

Please sign in to comment.