@ -24,4 +24,5 @@ process.on('SIGINT', async () => {
if (!db.isClosed()) {
await db.close();
}
process.exit();
});