From d780a284d31f6e23ab12ba1f7c069d3bd0a27785 Mon Sep 17 00:00:00 2001 From: Matthias Hochmeister Date: Mon, 16 Mar 2026 15:04:15 +0100 Subject: [PATCH] update --- backend/src/controllers/atemschutz.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/controllers/atemschutz.controller.ts b/backend/src/controllers/atemschutz.controller.ts index 0272b58..20b1c09 100644 --- a/backend/src/controllers/atemschutz.controller.ts +++ b/backend/src/controllers/atemschutz.controller.ts @@ -160,7 +160,7 @@ class AtemschutzController { } } - async getExpiring(req: Request, res: Response): Promise { + async getExpiring(_req: Request, res: Response): Promise { try { const expiring = await atemschutzService.getExpiringCertifications(30);