Skip to content

Commit

Permalink
updated minimum fastify version
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed May 11, 2022
1 parent ebd24a4 commit 46bbdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -179,7 +179,7 @@ module.exports = fp(function from (fastify, opts, next) {
})

next()
}, '>=3')
}, '4.x')

function getQueryString (search, reqUrl, opts) {
if (typeof opts.queryString === 'function') {
Expand Down

0 comments on commit 46bbdc8

Please sign in to comment.