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