Fix JSON tag for setImage
This commit is contained in:
@@ -158,7 +158,7 @@ type ESSetImage struct {
|
||||
}
|
||||
|
||||
type ESSetImagePayload struct {
|
||||
Image string `json:"title"`
|
||||
Image string `json:"image"`
|
||||
Target EventTarget `json:"target"`
|
||||
State int `json:"state"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user