This commit is contained in:
2020-03-24 18:33:22 -05:00
parent 4420c20933
commit 83c96812d7

View File

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