Commit f1cd629e authored by Adin Schmahmann's avatar Adin Schmahmann

pin ls returns the appropriate zero value if no pins are found.

parent b3476956
...@@ -403,7 +403,7 @@ type PinLsOutputWrapper struct { ...@@ -403,7 +403,7 @@ type PinLsOutputWrapper struct {
// PinLsList is a set of pins with their type // PinLsList is a set of pins with their type
type PinLsList struct { type PinLsList struct {
Keys map[string]PinLsType `json:",omitempty"` Keys map[string]PinLsType
} }
// PinLsType contains the type of a pin // PinLsType contains the type of a pin
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment