Skip to content

Commit 7d6566c

Browse files
committed
lint
1 parent 5ac4852 commit 7d6566c

File tree

1 file changed

+3
-3
lines changed
  • integration-tests/appsec/endpoints-collection

1 file changed

+3
-3
lines changed

integration-tests/appsec/endpoints-collection/fastify.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const start = async () => {
6161
process.send({ port })
6262
}
6363

64-
setTimeout(() => {
65-
app.get('/later', async (_, reply) => reply.send('ok'))
66-
start()
64+
setTimeout(() => {
65+
app.get('/later', async (_, reply) => reply.send('ok'))
66+
start()
6767
}, 2e3)

0 commit comments

Comments
 (0)