Skip to content

Commit 2e20a93

Browse files
committed
Revert unnecessary change
1 parent b75abf0 commit 2e20a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/middleware/cache.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ app.Use(cache.New(cache.Config{
5252
return time.Second * time.Duration(newCacheTime)
5353
},
5454
KeyGenerator: func(c fiber.Ctx) string {
55-
return utils.CopyString(c.Path())
55+
return utils.CopyString(c.Path())
5656
},
5757
}))
5858

0 commit comments

Comments
 (0)