mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 23:54:22 +01:00
fixed typo in struct definition
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user