Skip to content

Commit

Permalink
Update Config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Sep 12, 2023
1 parent 59358ac commit 280a818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machinery/src/models/Config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Config struct {
Type string `json:"type"`
Key string `json:"key"`
Name string `json:"name"`
FriendlyName string `json:"friendly_name,omitempty" bson:"friendly_name,omitempty"`
FriendlyName string `json:"friendly_name"`
Time string `json:"time" bson:"time"`
Offline string `json:"offline"`
AutoClean string `json:"auto_clean"`
Expand Down

0 comments on commit 280a818

Please sign in to comment.