mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
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…
Add table
Reference in a new issue