fix variable name

This commit is contained in:
Ryan Cavicchioni 2020-03-26 02:16:08 -05:00
parent 079b1a469d
commit 6afe13812a
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -20,7 +20,7 @@ type (
}
Result struct {
ID string `json:"id"`
Id string `json:"id"`
Label string `json:"label"`
Status Status `json:"status"`
}