We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a816b3f commit e88b40dCopy full SHA for e88b40d
1 file changed
mongo/models.go
@@ -8,7 +8,7 @@ import (
8
type mongoUser struct {
9
ID bson.ObjectID `bson:"_id"`
10
Entities []mongoAuthorizationEntity `bson:"entities"`
11
- Info map[string]any `bson:"info"`
+ Info map[string]any `bson:"info,omitempty"`
12
Deleted bool `bson:"deleted"`
13
Services []string `bson:"services"`
14
}
0 commit comments