fix: improve content cleanup logic

This commit is contained in:
thecodrr
2021-07-03 23:07:43 +05:00
parent fe613fa428
commit d9bbb9fbab
3 changed files with 16 additions and 11 deletions

View File

@@ -145,6 +145,8 @@ export default class Sync {
{ collection: "content", ids: contentIds },
token
);
} catch (e) {}
} catch (e) {
console.error(e);
}
}
}