From 149f00317528f5ab4dd1f622b64fa567ac13c2b0 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 9 Nov 2025 10:39:06 +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 9c496f1..c1fd29b 100644 --- a/client-protocol/LingChairClient.ts +++ b/client-protocol/LingChairClient.ts @@ -137,7 +137,7 @@ export default class LingChairClient { password: string, }) { try { - this.registerOrThrow(args) + await this.registerOrThrow(args) return true } catch (_) { return false