Skip to content

Commit 5827a7b

Browse files
Zen-cronicmydea
authored andcommitted
test(node): fix lint error in fastify node-integration-tests
1 parent e8388e8 commit 5827a7b

File tree

1 file changed

+1
-0
lines changed
  • dev-packages/node-integration-tests/suites/fastify/deprecation

1 file changed

+1
-0
lines changed

dev-packages/node-integration-tests/suites/fastify/deprecation/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import Fastify from 'fastify';
1313
const app = Fastify();
1414

1515
app.get('/test/deprecated', (_req, res) => {
16+
// eslint-disable-next-line @typescript-eslint/no-floating-promises
1617
res.send({});
1718
});
1819

0 commit comments

Comments
 (0)