Skip to content

Commit d04f055

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

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-
> warning **Warning** When using `fastify` as the HTTP engine the request parameter of middleware has a type of `FastifyRequest['raw']` and the response parameter has a type `FastifyReply['raw']`.
8382

8483
```typescript
8584
@@filename(logger.middleware)

0 commit comments

Comments
 (0)