fix: minor bugs with grouping logic

This commit is contained in:
thecodrr
2021-07-12 14:00:22 +05:00
parent cc93e4f1c9
commit 285a5cae13
4 changed files with 24 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ class Settings {
}
async merge(item) {
if (this.settings.dateEdited > (await this._db.lastSynced())) {
if (this._settings.dateEdited > (await this._db.lastSynced())) {
this._settings.pins = setManipulator.union(
this._settings.pins,
item.pins