mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-24 23:53:20 +00:00
Fix robot population
This commit is contained in:
@ -141,7 +141,6 @@ class Garage {
|
|||||||
encPrivKey: key.encryptedPrivateKeyArmored,
|
encPrivKey: key.encryptedPrivateKeyArmored,
|
||||||
};
|
};
|
||||||
|
|
||||||
void this.fetchRobot(federation, token);
|
|
||||||
this.setCurrentSlot(token);
|
this.setCurrentSlot(token);
|
||||||
this.slots[token] = new Slot(
|
this.slots[token] = new Slot(
|
||||||
token,
|
token,
|
||||||
@ -151,6 +150,7 @@ class Garage {
|
|||||||
this.triggerHook('onSlotUpdate');
|
this.triggerHook('onSlotUpdate');
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
void this.fetchRobot(federation, token);
|
||||||
this.save();
|
this.save();
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
|
Reference in New Issue
Block a user