From 6a523225ff224abefc2e740783e93fb45f257f9c Mon Sep 17 00:00:00 2001 From: gxz Date: Thu, 22 Feb 2024 16:14:37 +0800 Subject: [PATCH] chore: optimize --- src/client.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client.ts b/src/client.ts index 870727f..3baec44 100644 --- a/src/client.ts +++ b/src/client.ts @@ -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 { // eslint-disable-next-line @typescript-eslint/ban-ts-comment