mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-17 19:10:49 -06:00
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