Skip to content

Commit e8450ff

Browse files
committed
Sync contacts in the background
1 parent 1623e18 commit e8450ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/google-contacts/src/google-contacts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ export default class GoogleContacts
399399

400400
// Start sync batch
401401
const syncCallback = await this.callback(this.syncBatch, 1, authTokenId);
402-
await this.run(syncCallback);
402+
await this.runTask(syncCallback);
403403
}
404404

405405
async stopSync(authToken: string): Promise<void> {

0 commit comments

Comments
 (0)