Skip to content

Commit 88fa0b7

Browse files
Merge pull request #2073 from Hyagobsantos/patch-1
Update Prisma.md
2 parents d0bbbb9 + 50730ca commit 88fa0b7

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, OnModuleDestroy } 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)