Skip to content

Commit

Permalink
chore: minimum fastify version (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
inyourtime authored Dec 13, 2024
1 parent ff839b0 commit 9ab9706
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@ async function fastifyUnderPressure (fastify, opts = {}) {
}

module.exports = fp(fastifyUnderPressure, {
// DISABLED UNTIL FINAL fastify@5 RELEASE:
// fastify: '5.x',
fastify: '5.x',
name: '@fastify/under-pressure'
})
module.exports.default = fastifyUnderPressure
Expand Down

0 comments on commit 9ab9706

Please sign in to comment.