Remove custom open/close icons

We currently specify both icons but both are 404s...
This commit is contained in:
Bendodroid 2023-11-04 21:16:27 +01:00
commit 6d70d29050
Signed by: bendodroid
GPG key ID: 3EEE19A0F73D5FFC
2 changed files with 0 additions and 10 deletions

View file

@ -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"`