From fd15e5182d4fe36367fc0d93172828fead9ad5ad Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 30 Aug 2022 16:12:01 +0200 Subject: [PATCH] Update handlers.ts --- apps/api/src/routes/api/v1/applications/handlers.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/src/routes/api/v1/applications/handlers.ts b/apps/api/src/routes/api/v1/applications/handlers.ts index 1eadc625e..c83504f94 100644 --- a/apps/api/src/routes/api/v1/applications/handlers.ts +++ b/apps/api/src/routes/api/v1/applications/handlers.ts @@ -451,7 +451,7 @@ export async function deployApplication(request: FastifyRequest } catch ({ status, message }) { return errorHandler({ status, message }) } -} \ No newline at end of file +}