Skip to content

Commit 42f0471

Browse files
docs(raw-body): add comma before options
1 parent 4bdf82a commit 42f0471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/faq/raw-body.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ First enable the option when creating your Nest Fastify application:
3535
```typescript
3636
const app = await NestFactory.create<NestFastifyApplication>(
3737
AppModule,
38-
new FastifyAdapter()
38+
new FastifyAdapter(),
3939
{
4040
rawBody: true,
4141
}

0 commit comments

Comments
 (0)