sql修改提交
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user