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:
parent
5744c7e003
commit
d9b368edf1
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue