mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 07:11:09 +10:00
sync
This commit is contained in:
@ -55,7 +55,7 @@ export class GroupUserService {
|
||||
.where('users.workspaceId', '=', workspaceId)
|
||||
.execute();
|
||||
|
||||
if (validUsers.length <= 0) return;
|
||||
if (validUsers.length === 0) return;
|
||||
|
||||
// prepare users to add to group
|
||||
const groupUsersToInsert = [];
|
||||
|
||||
Submodule apps/server/src/ee updated: d6367e71ec...11693f54a5
Reference in New Issue
Block a user