sql修改提交

This commit is contained in:
ray
2026-04-28 17:06:32 +08:00
parent e981b2aa95
commit 5ead561b94
5 changed files with 127 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ if (command === 'login') {
}
if (command === 'sync') {
const summary = await syncAll();
const summary = await syncAll({ resume: billsResume });
console.log(JSON.stringify(summary, null, 2));
process.exit(0);
}