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