Skip to content

Commit 55cdf45

Browse files
committed
trying to fix cache
1 parent 87989e9 commit 55cdf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ func (c *Cache) Get(key string) (interface{}, bool) {
3434
return nil, false
3535
}
3636

37-
return &data, true
37+
return data, true
3838
}

0 commit comments

Comments
 (0)