mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-25 14:34:22 +00:00
fixed typo in struct definition
This commit is contained in:
parent
fc2982c25f
commit
2474238cb5
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user