Skip to content

Commit 888734d

Browse files
Update content/recipes/terminus.md
Co-authored-by: Micael Levi L. Cavalcante <[email protected]>
1 parent 5a462af commit 888734d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/recipes/terminus.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,7 @@ export class HealthController {
310310
@Controller('health')
311311
@Dependencies(HealthCheckService, DiskHealthIndicator)
312312
export class HealthController {
313-
constructor(
314-
private health,
315-
private disk,
316-
) { }
313+
constructor(health, disk) {}
317314

318315
@Get()
319316
@HealthCheck()

0 commit comments

Comments
 (0)