fixed typo in struct definition

This commit is contained in:
Bernhard B
2023-10-03 19:29:26 +02:00
parent fc2982c25f
commit 2474238cb5

View File

@@ -153,7 +153,7 @@ type SearchResponse struct {
} }
type AddDeviceRequest struct { type AddDeviceRequest struct {
Uri string `json:uri"` Uri string `json:"uri"`
} }
type Api struct { type Api struct {