Skip to content

Commit

Permalink
v0.7.1 (#82)
Browse files Browse the repository at this point in the history
Fixes a bug in the sumocli sources list command where the JSON response would fail to unmarshal correctly.
  • Loading branch information
wizedkyle authored Jun 1, 2021
1 parent 3cb9b5a commit 878bcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/sources.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type CreateSourceResponse struct {
}

type GetSourcesResponse struct {
Id string `json:"id"`
Id int `json:"id"`
Name string `json:"name"`
Category string `json:"category"`
HostName string `json:"hostName"`
Expand Down

0 comments on commit 878bcbc

Please sign in to comment.