Убрал устаревший код

This commit is contained in:
Book Pauk
2022-01-11 21:30:43 +07:00
parent 54bc662e43
commit d5404fd260
3 changed files with 7 additions and 72 deletions

View File

@@ -627,7 +627,7 @@ class ServerStorage {
this.warning(`Последние изменения отменены. Данные синхронизированы с сервером.`);
if (!recurse && itemKey) {
this.savingRecent = false;
this.saveRecent(itemKey, true);
await this.saveRecent(itemKey, true);
return;
}
} else if (result.state == 'success') {