fix syntax

This commit is contained in:
Ryan Cavicchioni 2021-01-09 19:08:37 -06:00
parent cb87159237
commit b834bf84b2
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -79,8 +79,8 @@ type (
} }
States struct { States struct {
States []StateWithSelector `json:"states",omitempty` States []StateWithSelector `json:"states,omitempty"`
Defaults State `json:"defaults",omitempty` Defaults State `json:"defaults,omitempty"`
} }
Toggle struct { Toggle struct {