From 3732a5c95f9ec982f196e0c3d03bbb9a756201d5 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Wed, 20 Nov 2024 17:33:40 +0000 Subject: [PATCH] Remove unnecessary blank line in ProbeAuthorization class --- Ingestor/Middleware/ProbeAuthorization.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Ingestor/Middleware/ProbeAuthorization.ts b/Ingestor/Middleware/ProbeAuthorization.ts index 20eaedff8db..429f874925c 100644 --- a/Ingestor/Middleware/ProbeAuthorization.ts +++ b/Ingestor/Middleware/ProbeAuthorization.ts @@ -9,7 +9,6 @@ import Response from "Common/Server/Utils/Response"; import Probe from "Common/Models/DatabaseModels/Probe"; export default class ProbeAuthorization { - public static async isAuthorizedServiceMiddleware( req: ProbeExpressRequest, res: ExpressResponse,