Closed sitogi closed 2 years ago
Added await to async function prismaService.enableShutdownHooks.
prismaService.enableShutdownHooks
Also there is await in Official sample code too.
await prismaService.enableShutdownHooks(app)
Description
Added await to async function
prismaService.enableShutdownHooks
.Additional Information
Also there is await in Official sample code too.