refactor(controller): changed to use plant token to update, and hardcoded if we use a test server

This commit is contained in:
2025-09-30 06:01:31 -05:00
parent 41a0d241b0
commit 18e57127e2
3 changed files with 8 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ finally {
return
}
server.BroadcastToRoom("/", "update", "updateLogs", fmt.Sprintf("✅ Copy to %s successful", plant))
server.BroadcastToRoom("/", "update", "updateLogs", "done")
}
func lastestBuild() string {