fix: typo

This commit is contained in:
CrescentLeaf
2025-11-09 10:39:06 +08:00
parent f0ca0fbbd4
commit 149f003175

View File

@@ -137,7 +137,7 @@ export default class LingChairClient {
password: string, password: string,
}) { }) {
try { try {
this.registerOrThrow(args) await this.registerOrThrow(args)
return true return true
} catch (_) { } catch (_) {
return false return false