Skip to content

Commit

Permalink
fixed typo in struct definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard B committed Oct 3, 2023
1 parent fc2982c commit 2474238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ type SearchResponse struct {
}

type AddDeviceRequest struct {
Uri string `json:uri"`
Uri string `json:"uri"`
}

type Api struct {
Expand Down

0 comments on commit 2474238

Please sign in to comment.