Skip to content

Commit 563ce4a

Browse files
Merge pull request #2526 from imranbarbhuiya/patch-1
docs(raw-body): add comma before options
2 parents 5e3b749 + 42f0471 commit 563ce4a

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)