Skip to content

Commit

Permalink
make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jun 18, 2024
1 parent 676dcc8 commit ffb8851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ function now () {
}

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

0 comments on commit ffb8851

Please sign in to comment.