File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -483,8 +483,8 @@ The last required step is to add the now available health indicator in the requi
483
483
484
484
``` typescript
485
485
@@filename (health .controller )
486
- import { HealthCheckService } from ' @nestjs/terminus' ;
487
- import { Injectable } from ' @nestjs/common' ;
486
+ import { HealthCheckService , HealthCheck } from ' @nestjs/terminus' ;
487
+ import { Injectable , Get } from ' @nestjs/common' ;
488
488
import { DogHealthIndicator } from ' ./dog.health' ;
489
489
490
490
@Injectable ()
@@ -503,8 +503,8 @@ export class HealthController {
503
503
}
504
504
}
505
505
@@switch
506
- import { HealthCheckService } from ' @nestjs/terminus' ;
507
- import { Injectable } from ' @nestjs/common' ;
506
+ import { HealthCheckService , HealthCheck } from ' @nestjs/terminus' ;
507
+ import { Injectable , Get } from ' @nestjs/common' ;
508
508
import { DogHealthIndicator } from ' ./dog.health' ;
509
509
510
510
@Injectable ()
You can’t perform that action at this time.
0 commit comments