fix: renames

This commit is contained in:
fir4tozden
2025-12-01 01:07:33 +03:00
parent fbd095334c
commit f1ef1d8489
2 changed files with 21 additions and 22 deletions

View File

@@ -259,7 +259,8 @@ export const cleanupAll = async (serverId?: string) => {
await cleanupVolumes(serverId);
await cleanupBuilders(serverId);
await cleanupSystem(serverId);
await cleanupInactiveContainers();
// await cleanupInactiveContainers(); <-- This wasn't being used. If it's ready, it should be used here. - https://github.com/fir4tozden
};
export const startService = async (appName: string) => {