chore: bump version (#3394)

This commit is contained in:
Alex Yang
2023-07-26 21:02:18 -07:00
committed by GitHub
parent 1e38d36161
commit 1e72d3c270
17 changed files with 1599 additions and 1884 deletions

View File

@@ -9,7 +9,7 @@ export class PrismaService extends PrismaClient implements OnModuleInit {
}
async enableShutdownHooks(app: INestApplication) {
this.$on('beforeExit', async () => {
process.on('beforeExit', async () => {
await app.close();
});
}