Skip to content

Commit

Permalink
Omit optional fields related to IPFS
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and roboquat committed Apr 5, 2022
1 parent 377e119 commit da28f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/registry-facade-api/go/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type Config struct {
RequireAuth bool `json:"requireAuth"`
TLS *TLS `json:"tls"`

IPFSCache *IPFSCacheConfig `json:"ipfs"`
IPFSCache *IPFSCacheConfig `json:"ipfs,omitempty"`
}

type IPFSCacheConfig struct {
Expand Down

0 comments on commit da28f0c

Please sign in to comment.