diff --git a/api_response.go b/api_response.go index 71daeae..693a6bb 100644 --- a/api_response.go +++ b/api_response.go @@ -174,7 +174,7 @@ type BuildStatus struct { Key string `json:"key"` Name string `json:"name"` Url string `json:"url"` - Description string `json:"description` + Description string `json:"description"` DateAdded int64 `json:"dateAdded"` }