Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stasiak committed Jun 19, 2024
1 parent af1eda8 commit d92ee38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FishjamClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ export class FishjamClient<
(component) => component as Component<PeerMetadata, TrackMetadata>,
);

await this.reconnectManager.handleReconnect()
await this.reconnectManager.handleReconnect();

this.emit('joined', peerId, peers, components);
},
Expand Down Expand Up @@ -1046,7 +1046,7 @@ export class FishjamClient<
};

public isReconnecting() {
return this.reconnectManager.getOngoingReconnectionStatus()
return this.reconnectManager.getOngoingReconnectionStatus();
}

/**
Expand Down

0 comments on commit d92ee38

Please sign in to comment.