fix: typo

This commit is contained in:
CrescentLeaf
2025-11-09 00:38:43 +08:00
parent a646d7908a
commit 3e5fc722e6

View File

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