mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: add swarm improvements
This commit is contained in:
@@ -460,8 +460,6 @@ export const getApplicationInfo = async (
|
||||
.split("\n")
|
||||
.map((line) => JSON.parse(line));
|
||||
|
||||
console.log(appArray);
|
||||
|
||||
return appArray;
|
||||
} catch (error) {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user