diff --git a/frontend/src/models/Garage.model.ts b/frontend/src/models/Garage.model.ts index 3dc4c685..59093571 100644 --- a/frontend/src/models/Garage.model.ts +++ b/frontend/src/models/Garage.model.ts @@ -141,7 +141,6 @@ class Garage { encPrivKey: key.encryptedPrivateKeyArmored, }; - void this.fetchRobot(federation, token); this.setCurrentSlot(token); this.slots[token] = new Slot( token, @@ -151,6 +150,7 @@ class Garage { this.triggerHook('onSlotUpdate'); }, ); + void this.fetchRobot(federation, token); this.save(); }) .catch((error) => {