Skip to content

Commit

Permalink
hotfix - build error encryption key value
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Oct 23, 2023
1 parent 1eb62d8 commit a8d5f56
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 @@ -42,7 +42,7 @@ type Config struct {
HubPrivateKey string `json:"hub_private_key" bson:"hub_private_key"`
HubSite string `json:"hub_site" bson:"hub_site"`
ConditionURI string `json:"condition_uri" bson:"condition_uri"`
Encryption *Encryption `json:"encryption,omitempty" bson:"encryption",omitempty`
Encryption *Encryption `json:"encryption,omitempty" bson:"encryption,omitempty"`
}

// Capture defines which camera type (Id) you are using (IP, USB or Raspberry Pi camera),
Expand Down

0 comments on commit a8d5f56

Please sign in to comment.