From 3e5fc722e6e8980abba092cf6d5979c528816595 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 9 Nov 2025 00:38:43 +0800 Subject: [PATCH] fix: typo --- client-protocol/LingChairClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-protocol/LingChairClient.ts b/client-protocol/LingChairClient.ts index 1643229..a5818cf 100644 --- a/client-protocol/LingChairClient.ts +++ b/client-protocol/LingChairClient.ts @@ -82,7 +82,7 @@ export default class LingChairClient { password?: string, }) { try { - this.authOrThrow(args) + await this.authOrThrow(args) return true } catch (_) { return false