Skip to content

Commit

Permalink
trying to fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3n committed Feb 9, 2021
1 parent 87989e9 commit 55cdf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ func (c *Cache) Get(key string) (interface{}, bool) {
return nil, false
}

return &data, true
return data, true
}

0 comments on commit 55cdf45

Please sign in to comment.