fix: format
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user