Skip to content

Commit

Permalink
Merge pull request #1005 from Dokploy/fix/swarm-overview
Browse files Browse the repository at this point in the history
fix: remove unused parsed
  • Loading branch information
Siumauricio authored Dec 27, 2024
2 parents 87ef889 + f9e4a71 commit d3663eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/server/src/services/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ export const getSwarmNodes = async (serverId?: string) => {
return;
}

const nodes = JSON.parse(stdout);

const nodesArray = stdout
.trim()
.split("\n")
Expand Down

0 comments on commit d3663eb

Please sign in to comment.