[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-12-08 02:30:23 +00:00
committed by Marc Fernandez
parent 33fb21bfe1
commit 95dd9ddeb6
4 changed files with 80 additions and 73 deletions

View File

@@ -263,7 +263,8 @@ export const composeRouter = createTRPCRouter({
) {
throw new TRPCError({
code: "UNAUTHORIZED",
message: "You are not authorized to clear deployments for this compose",
message:
"You are not authorized to clear deployments for this compose",
});
}
const result = await clearOldDeploymentsByComposeId(input.composeId);