Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Feb 22, 2024
1 parent 6d10b6a commit 6a52322
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ export class FakeRTCClient extends FakeAgoraEventEmitter {
}

public join(
appid: string,
channel: string,
token: string | null,
_appid: string,
_channel: string,
_token: string | null,
uid?: UID | null,
): Promise<UID> {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
Expand Down

0 comments on commit 6a52322

Please sign in to comment.