[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-11-30 18:30:29 +00:00
committed by GitHub
parent d09163a24e
commit 4f5b557a60

View File

@@ -233,7 +233,8 @@ export const cleanupFullDocker = async (serverId?: string | null) => {
${cleanupContainers}
${cleanupSystem}
${cleanupBuilder}
`));
`),
);
}
await execAsync(
@@ -243,7 +244,7 @@ export const cleanupFullDocker = async (serverId?: string | null) => {
${cleanupContainers}
${cleanupSystem}
${cleanupBuilder}
`)
`),
);
} catch (error) {
console.log(error);