Skip to content

Commit 7f3bc2e

Browse files
zwaragmicalevisk
andauthored
docs(prisma): add type to the prismaService
Co-authored-by: Micael Levi L. Cavalcante <[email protected]>
1 parent 3e5627c commit 7f3bc2e

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
@@ -532,7 +532,7 @@ import { PrismaService } from './services/prisma/prisma.service';
532532
...
533533
async function bootstrap() {
534534
...
535-
const prismaService: PrismaService = app.get(PrismaService);
535+
const prismaService = app.get(PrismaService);
536536
await prismaService.enableShutdownHooks(app)
537537
...
538538
}

0 commit comments

Comments
 (0)