fix: typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user