Skip to content

Commit f87070c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/recipes/terminus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ If that exceeds more than 50% of the total storage space it would response with
294294
@Controller('health')
295295
export class HealthController {
296296
constructor(
297-
private health: HealthCheckService,
298-
private disk: DiskHealthIndicator,
297+
private readonly health: HealthCheckService,
298+
private readonly disk: DiskHealthIndicator,
299299
) {}
300300

301301
@Get()

0 commit comments

Comments
 (0)