Skip to content

Commit c1a66eb

Browse files
Update content/techniques/performance.md
1 parent d04f055 commit c1a66eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/techniques/performance.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ new FastifyAdapter({ logger: true });
7979

8080
Middleware functions retrieve the raw `req` and `res` objects instead of Fastify's wrappers. This is how the `middie` package works (that's used under the hood) and `fastify` - check out this [page](https://www.fastify.io/docs/latest/Reference/Middleware/) for more information,
8181

82-
8382
```typescript
8483
@@filename(logger.middleware)
8584
import { Injectable, NestMiddleware } from '@nestjs/common';

0 commit comments

Comments
 (0)