Skip to content

Commit

Permalink
Mark Cache with ini tag (#12605)
Browse files Browse the repository at this point in the history
Signed-off-by: jolheiser <[email protected]>
  • Loading branch information
jolheiser authored Aug 25, 2020
1 parent eb4db04 commit b611ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/setting/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Cache struct {
var (
// CacheService the global cache
CacheService = struct {
Cache
Cache `ini:"cache"`

LastCommit struct {
Enabled bool
Expand Down

0 comments on commit b611ae1

Please sign in to comment.