Skip to content

Commit fad29c1

Browse files
committed
fix: Try to fix 'Calling getCacheTree() of undefined' error
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 3aa8e07 commit fad29c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/Account.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ export default class Account {
376376
await this.init()
377377
}
378378
}
379+
this.syncProcess = null
379380
this.localCachingResource = null
380381
await Logger.persist()
381382
}

0 commit comments

Comments
 (0)