updates to user roles

This commit is contained in:
Henry Dollman
2024-07-17 12:14:07 -04:00
parent 8b09b5092e
commit fe110b1175
8 changed files with 59 additions and 40 deletions

View File

@@ -153,7 +153,7 @@ func main() {
deleteServerConnection(newRecord)
}
// if server is set to pending, try to connect
// if server is set to pending (unpause), try to connect
if newStatus == "pending" {
go updateServer(newRecord)
}