Fixed hotloading app comparison overwrites

This commit is contained in:
frikky
2021-06-14 02:08:05 +02:00
parent d19eb5fcaa
commit fde84958ee
7 changed files with 29 additions and 26 deletions
+1 -3
View File
@@ -3881,9 +3881,7 @@ func runInitEs(ctx context.Context) {
// Add all users to it
if len(activeOrgs) == 1 {
setUsers = true
}
if len(activeOrgs) == 0 {
} else if len(activeOrgs) == 0 {
log.Printf(`[DEBUG] No orgs. Setting NEW org "default"`)
runInitCloudSetup()