Skip to content

Commit f6b9758

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

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
@@ -368,10 +368,7 @@ export class HealthController {
368368
@Controller('health')
369369
@Dependencies(HealthCheckService, MemoryHealthIndicator)
370370
export class HealthController {
371-
constructor(
372-
private health,
373-
private memory,
374-
) { }
371+
constructor(health, memory) {}
375372

376373
@Get()
377374
@HealthCheck()

0 commit comments

Comments
 (0)