mirror of
https://github.com/docmost/docmost.git
synced 2025-11-22 02:21:12 +10:00
fix workspace setup
This commit is contained in:
@ -63,7 +63,7 @@ export class GroupUserService {
|
||||
await executeTx(
|
||||
this.db,
|
||||
async (trx) => {
|
||||
await this.groupService.findAndValidateGroup(groupId, workspaceId);
|
||||
// await this.groupService.findAndValidateGroup(groupId, workspaceId);
|
||||
const groupUserExists = await this.groupUserRepo.getGroupUserById(
|
||||
userId,
|
||||
groupId,
|
||||
|
||||
Reference in New Issue
Block a user