mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-27 18:15:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user