Skip to content

Commit

Permalink
actually support fastify v5
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Sep 17, 2024
1 parent dcf42cd commit 95f8e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async function fastifyUser (app, options) {
}

module.exports = fp(fastifyUser, {
fastify: '4.x',
fastify: '5.x',
name: 'fastify-user'
})

Expand Down

0 comments on commit 95f8e74

Please sign in to comment.