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

This commit is contained in:
Adin Schmahmann 2019-09-27 11:39:28 -04:00
parent b347695610
commit f1cd629e2b

View File

@ -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