Skip to content

Commit

Permalink
remove fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Oct 14, 2024
1 parent a5fd832 commit 85727cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handler/cache-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class CacheHandler extends DecoratorHandler {
* @param {import('../../types/dispatcher.d.ts').default.DispatchHandlers} handler
*/
constructor (opts, requestOptions, handler) {
const { store, methods = util.safeHTTPMethods } = opts
const { store, methods } = opts

super(handler)

Expand Down

0 comments on commit 85727cf

Please sign in to comment.