mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +00:00
events for collections, groups, and org users
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Bit.Api.Controllers
|
||||
throw new NotFoundException();
|
||||
}
|
||||
|
||||
await _groupRepository.DeleteAsync(group);
|
||||
await _groupService.DeleteAsync(group);
|
||||
}
|
||||
|
||||
[HttpDelete("{id}/user/{orgUserId}")]
|
||||
|
||||
Reference in New Issue
Block a user