mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-20 21:35:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
committed by
Marc Fernandez
parent
33fb21bfe1
commit
95dd9ddeb6
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user