mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-22 14:04:28 +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 {
|
||||
Uri string `json:uri"`
|
||||
Uri string `json:"uri"`
|
||||
}
|
||||
|
||||
type Api struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user