Merge branch 'Fix-Failure-and-Success-Templates' of github.com:britannic/statping into Fix-Failure-and-Success-Templates

pull/859/head
britannic 2020-11-01 07:46:34 -08:00
commit fe63947d63
3 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,6 @@
# 0.90.72 (10-28-2020)
- Fixed issue with graphs becoming stuck on reload
# 0.90.71 (10-13-2020)
- Reverted Docker user in Dockerfile

View File

@ -90,8 +90,6 @@ func (s Storage) List() map[string]Item {
//Get a cached content by key
func (s Storage) Get(key string) []byte {
s.mu.Lock()
defer s.mu.Unlock()
item := s.items[key]
if s.items[key].Expired() {
CacheStorage.Delete(key)

View File

@ -1 +1 @@
0.90.71
0.90.72