Merge pull request #1005 from Dokploy/fix/swarm-overview

fix: remove unused parsed
This commit is contained in:
Mauricio Siu
2024-12-26 22:18:52 -06:00
committed by GitHub

View File

@@ -364,8 +364,6 @@ export const getSwarmNodes = async (serverId?: string) => {
return;
}
const nodes = JSON.parse(stdout);
const nodesArray = stdout
.trim()
.split("\n")