mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: remove unused parsed
This commit is contained in:
parent
87ef889114
commit
f9e4a71144
@ -364,8 +364,6 @@ export const getSwarmNodes = async (serverId?: string) => {
|
||||
return;
|
||||
}
|
||||
|
||||
const nodes = JSON.parse(stdout);
|
||||
|
||||
const nodesArray = stdout
|
||||
.trim()
|
||||
.split("\n")
|
||||
|
Loading…
Reference in New Issue
Block a user