fix(migration): commented extractionOldExpenses from main.ts

This commit is contained in:
Matthieu Haineault 2025-11-24 16:42:27 -05:00
parent 58c4b22f0f
commit 35665d49dd

View File

@ -97,6 +97,6 @@ async function bootstrap() {
// migration function calls
// await extractOldTimesheets();
// await extractOldShifts();
await extractOldExpenses();
// await extractOldExpenses();
}
bootstrap();