Skip to content

Commit

Permalink
chore: remove version constraint for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
climba03003 committed Jul 12, 2024
1 parent 14b83fe commit 7a0262c
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 @@ -566,7 +566,7 @@ function createError (code, message, statusCode) {
}

module.exports = fp(fastifyCompress, {
fastify: '4.x',
// fastify: '4.x',
name: '@fastify/compress'
})
module.exports.default = fastifyCompress
Expand Down

0 comments on commit 7a0262c

Please sign in to comment.