Remove custom open/close icons
We currently specify both icons but both are 404s...
This commit is contained in:
parent
6eeb16a9d3
commit
6d70d29050
2 changed files with 0 additions and 10 deletions
|
@ -14,10 +14,6 @@ type SpaceAPIResponseV14 struct {
|
|||
State struct {
|
||||
Open bool `json:"open"`
|
||||
LastChange int64 `json:"lastchange"`
|
||||
Icon struct {
|
||||
Closed string `json:"closed"`
|
||||
Open string `json:"open"`
|
||||
} `json:"icon"`
|
||||
} `json:"state"`
|
||||
Contact struct {
|
||||
Phone string `json:"phone"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue