Skip to content

Commit

Permalink
Attendre d'avoir fini d'épingler
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Nov 7, 2023
1 parent 818e688 commit 48728c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,13 +301,13 @@ export class ClientConstellation {
});
}

this.événements.emit("comptePrêt", { idCompte: this.idCompte });


await this.réseau.initialiser();
await this.protocoles.établirProtocoles({
protocoles: this._opts.protocoles,
});
await this.épingler();
this.événements.emit("comptePrêt", { idCompte: this.idCompte });
}

async attendreSfipEtOrbite(): Promise<{
Expand Down

0 comments on commit 48728c5

Please sign in to comment.