fix: whoops
This commit is contained in:
parent
6aec19ebe8
commit
7de9280cf4
|
@ -53,7 +53,7 @@ export default class ReceiverSynchronizer extends decorate(Class) {
|
|||
this.#synchronized[type] = {};
|
||||
}
|
||||
if (this.#synchronized[type][id]) {
|
||||
await this.#synchronized[type][id].extendAndLoad(json);
|
||||
await this.#synchronized[type][id].load(json);
|
||||
}
|
||||
else {
|
||||
this.#synchronized[type][id] = Resource.load(json).then((resource) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user