chores
This commit is contained in:
parent
04e022f4d8
commit
64ad60a8e2
4 changed files with 26 additions and 22 deletions
|
|
@ -80,7 +80,7 @@ func loadSpaceData() {
|
|||
if(spaceUrl.Validated && int64(spaceUrl.LastUpdated + 60) < timestamp) {
|
||||
spaceData := SpaceData{}
|
||||
err := getJson(spaceUrl.Url, &spaceData)
|
||||
if err != nil
|
||||
if(err != nil)
|
||||
{
|
||||
log.Println(spaceUrl.Url)
|
||||
log.Println(err)
|
||||
|
|
@ -99,4 +99,4 @@ func refreshData(w http.ResponseWriter, r *http.Request) {
|
|||
getCalendars()
|
||||
|
||||
w.WriteHeader(204)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue