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
parent 6eeb16a9d3
commit 6d70d29050
Signed by: bendodroid
GPG key ID: 3EEE19A0F73D5FFC
2 changed files with 0 additions and 10 deletions

View file

@ -11,12 +11,6 @@
"lon": 9.9445899999999998,
"lat": 53.55836
},
"state": {
"icon": {
"open": "https://hamburg.ccc.de/dooris/open.png",
"closed": "https://hamburg.ccc.de/dooris/close.png"
}
},
"contact": {
"phone": "",
"irc": "ircs://irc.hackint.org:9999/ccchh",

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