mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
fix: TypeError: Cannot read property '_settings' of undefined
This commit is contained in:
@@ -92,7 +92,7 @@ class Merger {
|
|||||||
await this._mergeArray(
|
await this._mergeArray(
|
||||||
settings,
|
settings,
|
||||||
() => this._db.settings.raw,
|
() => this._db.settings.raw,
|
||||||
this._db.settings.merge
|
(item) => this._db.settings.merge(item)
|
||||||
);
|
);
|
||||||
|
|
||||||
await this._mergeArray(
|
await this._mergeArray(
|
||||||
|
|||||||
Reference in New Issue
Block a user