fix for o2switch

This commit is contained in:
2026-07-30 15:24:02 +02:00
parent 1e28f9837a
commit 8fcf49a7f0
39 changed files with 1719 additions and 3 deletions
-1
View File
@@ -10,7 +10,6 @@ export function getPool(config) {
password: config.db.password,
database: config.db.database,
connectionLimit: 10,
timezone: 'auto',
});
}
return pool;