fix: format

This commit is contained in:
amhsirak
2025-03-23 14:09:04 +05:30
parent 0adf37099c
commit 62e6c36a32

View File

@@ -183,7 +183,7 @@ process.on('SIGINT', async () => {
try { try {
console.log('Closing PostgreSQL connection pool...'); console.log('Closing PostgreSQL connection pool...');
await pool.end(); await pool.end();
console.log('PostgreSQL connection pool closed'); console.log('PostgreSQL connection pool closed');
} catch (error) { } catch (error) {
console.error('Error closing PostgreSQL connection pool:', error); console.error('Error closing PostgreSQL connection pool:', error);
} }