forked from FoundKeyGang/FoundKey
align format
This commit is contained in:
parent
4a88cb5968
commit
eed9266ecb
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export default define(meta, async (ps, me) => {
|
|||
userId: user.id
|
||||
});
|
||||
|
||||
if (!joining) {
|
||||
if (joining == null) {
|
||||
throw new ApiError(meta.errors.noSuchGroupMember);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue