eslint --fix: added missing semicolons
This commit is contained in:
@@ -294,7 +294,7 @@ class AccountMenuCtrl extends PureCtrl {
|
||||
*/
|
||||
async clearDatabaseAndRewriteAllItems({ alternateUuids } = {}) {
|
||||
await this.storageManager.clearAllModels();
|
||||
await this.syncManager.markAllItemsDirtyAndSaveOffline(alternateUuids)
|
||||
await this.syncManager.markAllItemsDirtyAndSaveOffline(alternateUuids);
|
||||
}
|
||||
|
||||
destroyLocalData() {
|
||||
|
||||
Reference in New Issue
Block a user