mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 15:44:28 +01:00
fixed typo in struct definition
This commit is contained in:
@@ -153,7 +153,7 @@ type SearchResponse struct {
|
||||
}
|
||||
|
||||
type AddDeviceRequest struct {
|
||||
Uri string `json:uri"`
|
||||
Uri string `json:"uri"`
|
||||
}
|
||||
|
||||
type Api struct {
|
||||
|
||||
Reference in New Issue
Block a user