Skip to content

Commit

Permalink
Remove unnecessary blank line in ProbeAuthorization class
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Nov 20, 2024
1 parent 1e0f6ff commit 3732a5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Ingestor/Middleware/ProbeAuthorization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3732a5c

Please sign in to comment.