From 7583d5f86005fe0bac5d8a2243637407285737d6 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:45:09 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- apps/dokploy/server/api/routers/preview-deployment.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/dokploy/server/api/routers/preview-deployment.ts b/apps/dokploy/server/api/routers/preview-deployment.ts index 20769b82c..0c325a9c6 100644 --- a/apps/dokploy/server/api/routers/preview-deployment.ts +++ b/apps/dokploy/server/api/routers/preview-deployment.ts @@ -82,8 +82,7 @@ export const previewDeploymentRouter = createTRPCRouter({ ) { throw new TRPCError({ code: "UNAUTHORIZED", - message: - "You are not authorized to redeploy this preview deployment", + message: "You are not authorized to redeploy this preview deployment", }); } const application = await findApplicationById(