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 {
8888 }
8989}
9090@@switch
91- import { Controller , Get } from ' @nestjs/common' ;
91+ import { Controller , Dependencies , Get } from ' @nestjs/common' ;
9292import { HealthCheckService , HttpHealthIndicator , HealthCheck } from ' @nestjs/terminus' ;
9393
9494@Controller (' health' )
@@ -484,7 +484,7 @@ The last required step is to add the now available health indicator in the requi
484484``` typescript
485485@@filename (health .controller )
486486import { HealthCheckService , HealthCheck } from ' @nestjs/terminus' ;
487- import { Injectable , Get } from ' @nestjs/common' ;
487+ import { Injectable , Dependencies , Get } from ' @nestjs/common' ;
488488import { DogHealthIndicator } from ' ./dog.health' ;
489489
490490@Injectable ()
You can’t perform that action at this time.
0 commit comments