Skip to content

Commit 50730ca

Browse files
Update content/recipes/prisma.md
1 parent 553f747 commit 50730ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/prisma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ When setting up your NestJS application, you'll want to abstract away the Prisma
247247
Inside the `src` directory, create a new file called `prisma.service.ts` and add the following code to it:
248248

249249
```typescript
250-
import { INestApplication, Injectable, OnModuleInit} from '@nestjs/common';
250+
import { INestApplication, Injectable, OnModuleInit } from '@nestjs/common';
251251
import { PrismaClient } from '@prisma/client';
252252

253253
@Injectable()

0 commit comments

Comments
 (0)