Skip to content

Commit

Permalink
chore(middleware/cache): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miyamo2 committed Sep 25, 2024
1 parent 1169e9a commit a54a317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func New(config ...Config) fiber.Handler {
// Get timestamp
ts := atomic.LoadUint64(&timestamp)

// Cache Entry not found
// Cache Entry found
if e != nil {
// Invalidate cache if requested
if cfg.CacheInvalidator != nil && cfg.CacheInvalidator(c) {
Expand Down

0 comments on commit a54a317

Please sign in to comment.