Fix again?

This commit is contained in:
Christopher Cookman 2024-12-19 18:36:21 -07:00
parent 5b559a0ec0
commit ec8badda9a

View file

@ -59,7 +59,7 @@ function runMigrations(pool) {
resolve();
})
.catch(err => {
console.errorr('Error running migrations:', err);
console.error('Error running migrations:', err);
reject(err);
})
.finally(() => {