Skip to content

Commit

Permalink
remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Nov 15, 2023
1 parent ef15fa7 commit 90032a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/modules/immediate-close-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@

module.exports = async function plugin(fastify, config) {
fastify.get('/close', function returnConfig(request, reply) {
fastify.log.error('close')
fastify.close()
reply.send({
path: '/close',
})
})

fastify.get('/', function returnConfig(request, reply) {
fastify.log.error('yeah /')
setTimeout(() => {
reply.send({ path: '/' })
}, 300)
Expand Down

0 comments on commit 90032a1

Please sign in to comment.