fix Host ID json name.
This commit is contained in:
parent
5c0dee93ac
commit
2c7291324c
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ type MemberData struct {
|
||||||
type ControlHost struct {
|
type ControlHost struct {
|
||||||
Event string `json:"event,omitempty"`
|
Event string `json:"event,omitempty"`
|
||||||
HasHost bool `json:"has_host"`
|
HasHost bool `json:"has_host"`
|
||||||
HostID string `json:"id,omitempty"`
|
HostID string `json:"host_id,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: New.
|
// TODO: New.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue