Skip to content

Commit

Permalink
Revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
hcancelik committed Jun 15, 2024
1 parent b75abf0 commit 2e20a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/middleware/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ app.Use(cache.New(cache.Config{
return time.Second * time.Duration(newCacheTime)
},
KeyGenerator: func(c fiber.Ctx) string {
return utils.CopyString(c.Path())
return utils.CopyString(c.Path())
},
}))

Expand Down

0 comments on commit 2e20a93

Please sign in to comment.