mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix: improve content cleanup logic
This commit is contained in:
@@ -145,6 +145,8 @@ export default class Sync {
|
||||
{ collection: "content", ids: contentIds },
|
||||
token
|
||||
);
|
||||
} catch (e) {}
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user