Skip to content

Commit 139e02a

Browse files
[autofix.ci] apply automated fixes
1 parent 23d3d1d commit 139e02a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/dokploy/server/api/routers/settings.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ export const settingsRouter = createTRPCRouter({
204204
void cleanupAll(input?.serverId);
205205

206206
return {
207-
status: "scheduled",
208-
message: "Docker cleanup has been initiated in the background",
209-
};
207+
status: "scheduled",
208+
message: "Docker cleanup has been initiated in the background",
209+
};
210210
}),
211211
cleanMonitoring: adminProcedure.mutation(async () => {
212212
if (IS_CLOUD) {

0 commit comments

Comments
 (0)