From 9fa51fef6a287dbf01e4eefbe56079a773bc7a17 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Mon, 4 Apr 2022 16:57:43 -0400 Subject: [PATCH] Omit optional fields related to IPFS --- components/registry-facade-api/go/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/registry-facade-api/go/config/config.go b/components/registry-facade-api/go/config/config.go index af12e48db0722e..77f2abcd6cf754 100644 --- a/components/registry-facade-api/go/config/config.go +++ b/components/registry-facade-api/go/config/config.go @@ -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 {