align format
This commit is contained in:
parent
f4956548bb
commit
e333502d79
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