We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87989e9 commit 55cdf45Copy full SHA for 55cdf45
utils/cache.go
@@ -34,5 +34,5 @@ func (c *Cache) Get(key string) (interface{}, bool) {
34
return nil, false
35
}
36
37
- return &data, true
+ return data, true
38
0 commit comments