This commit is contained in:
Bruno Windels 2020-09-02 14:30:49 +02:00
parent 7d517eb700
commit e09fbf566d

View file

@ -102,6 +102,7 @@ export class Sync {
}
if (!this._error) {
try {
// TODO: run this in parallel with the next sync request
await this._session.afterSyncCompleted();
} catch (err) {
console.err("error during after sync completed, continuing to sync.", err.stack);