Skip to content

Commit 0caa103

Browse files
authored
chore(middleware/cache): fix typo (#3145)
1 parent 1169e9a commit 0caa103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/cache/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func New(config ...Config) fiber.Handler {
117117
// Get timestamp
118118
ts := atomic.LoadUint64(&timestamp)
119119

120-
// Cache Entry not found
120+
// Cache Entry found
121121
if e != nil {
122122
// Invalidate cache if requested
123123
if cfg.CacheInvalidator != nil && cfg.CacheInvalidator(c) {

0 commit comments

Comments
 (0)