create default network on startup

This commit is contained in:
afeiszli
2021-04-06 08:24:57 -04:00
parent 536ebc2a66
commit f61f6b1227
4 changed files with 53 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ func GroupExists(name string) (bool, error) {
if err != nil {
if err == mongo.ErrNoDocuments {
return false, err
return false, nil
}
fmt.Println("ERROR RETRIEVING GROUP!")
fmt.Println(err)