refactor: add swarm improvements

This commit is contained in:
Mauricio Siu
2024-12-25 03:45:21 -06:00
parent e65e6d225f
commit 64a449a09d
4 changed files with 99 additions and 3 deletions

View File

@@ -460,8 +460,6 @@ export const getApplicationInfo = async (
.split("\n")
.map((line) => JSON.parse(line));
console.log(appArray);
return appArray;
} catch (error) {}
};