Skip to content

Commit

Permalink
change type of DisableEmptyValueHit
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha committed Sep 4, 2023
1 parent 44c231f commit 4f2570f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xload/providers/cached/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func Cache(c Cacher) Option {
}

// DisableEmptyValueHit disables caching of empty values.
var DisableEmptyValueHit = emptyValHit(false)
var DisableEmptyValueHit Option = emptyValHit(false)

type emptyValHit bool

Expand Down

0 comments on commit 4f2570f

Please sign in to comment.