Skip to content

Commit

Permalink
Make internal method private
Browse files Browse the repository at this point in the history
Co-authored-by: Valérian Rousset <[email protected]>
  • Loading branch information
JulienVig and tharvik authored Feb 8, 2024
1 parent a65205d commit 2b880ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discojs/discojs-core/src/client/federated/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class Base extends Client {
* Waits for the server's result for its current (most recent) round and add it to our aggregator.
* Updates the aggregator's round if it's behind the server's.
*/
async receiveResult (): Promise<WeightsContainer|undefined> {
private async receiveResult (): Promise<WeightsContainer|undefined> {
try {
const { payload, round } = await waitMessageWithTimeout(this.server, type.ReceiveServerPayload)
const serverRound = round
Expand Down

0 comments on commit 2b880ae

Please sign in to comment.