2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-05-06 04:22:58 +00:00
This commit is contained in:
Ahmed Zamil 2023-09-01 01:55:29 +03:00
parent 6ceb290a96
commit ca3b5c7157

View File

@ -908,9 +908,6 @@ export default class DistributedConnection extends IStore {
await this.fetch(id, null);
// set active
r._p.suspended = false;
console.log("Restored " + id);
}
}