This commit is contained in:
Ryan Cavicchioni 2020-03-24 18:33:22 -05:00
parent 4420c20933
commit 83c96812d7
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -17,7 +17,7 @@ type (
Status string
Selector struct {
ID string `json:"id"`
Id string `json:"id"`
Name string `json:"name"`
}