We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d3d1d commit 139e02aCopy full SHA for 139e02a
apps/dokploy/server/api/routers/settings.ts
@@ -204,9 +204,9 @@ export const settingsRouter = createTRPCRouter({
204
void cleanupAll(input?.serverId);
205
206
return {
207
- status: "scheduled",
208
- message: "Docker cleanup has been initiated in the background",
209
- };
+ status: "scheduled",
+ message: "Docker cleanup has been initiated in the background",
+ };
210
}),
211
cleanMonitoring: adminProcedure.mutation(async () => {
212
if (IS_CLOUD) {
0 commit comments