File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export class HealthController {
88
88
}
89
89
}
90
90
@@switch
91
- import { Controller , Get } from ' @nestjs/common' ;
91
+ import { Controller , Dependencies , Get } from ' @nestjs/common' ;
92
92
import { HealthCheckService , HttpHealthIndicator , HealthCheck } from ' @nestjs/terminus' ;
93
93
94
94
@Controller (' health' )
@@ -484,7 +484,7 @@ The last required step is to add the now available health indicator in the requi
484
484
``` typescript
485
485
@@filename (health .controller )
486
486
import { HealthCheckService , HealthCheck } from ' @nestjs/terminus' ;
487
- import { Injectable , Get } from ' @nestjs/common' ;
487
+ import { Injectable , Dependencies , Get } from ' @nestjs/common' ;
488
488
import { DogHealthIndicator } from ' ./dog.health' ;
489
489
490
490
@Injectable ()
You can’t perform that action at this time.
0 commit comments