[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-11-30 21:50:25 +00:00
committed by GitHub
parent 25b7069e31
commit e3832eff07
3 changed files with 10 additions and 11 deletions

View File

@@ -216,7 +216,8 @@ echo "$json_output"
return result;
};
export const cleanupFullDocker = async (serverId?: string) => cleanupAll(serverId);
export const cleanupFullDocker = async (serverId?: string) =>
cleanupAll(serverId);
export const getDockerResourceType = async (
resourceName: string,