1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-16 00:00:08 +01:00

reverted change as this breaks alice. TODO: fix this.

This commit is contained in:
Matthias Hannig 2019-05-05 19:08:15 +02:00
parent 5744c7e003
commit d9b368edf1
No known key found for this signature in database
GPG key ID: 62E226E47DDCE58D

View file

@ -17,7 +17,7 @@ type CacheStatus struct {
}
type APIInfo struct {
Version string `json:"version"`
Version string
ResultFromCache bool `json:"result_from_cache"`
CacheStatus CacheStatus `json:"cache_status"`
}