notiz-dev / nestjs-prisma-starter

Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
MIT License
2.37k stars 336 forks source link

refactor: add await to async function #470

Closed sitogi closed 2 years ago

sitogi commented 2 years ago

Description

Added await to async function prismaService.enableShutdownHooks.

Additional Information

Also there is await in Official sample code too.

await prismaService.enableShutdownHooks(app)