diff --git a/core/commands/pin.go b/core/commands/pin.go index 71cb4f349..22b41090b 100644 --- a/core/commands/pin.go +++ b/core/commands/pin.go @@ -403,7 +403,7 @@ type PinLsOutputWrapper struct { // PinLsList is a set of pins with their type type PinLsList struct { - Keys map[string]PinLsType `json:",omitempty"` + Keys map[string]PinLsType } // PinLsType contains the type of a pin