mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
events for collections, groups, and org users
This commit is contained in:
@@ -135,7 +135,7 @@ namespace Bit.Api.Controllers
|
||||
throw new NotFoundException();
|
||||
}
|
||||
|
||||
await _collectionRepository.DeleteAsync(collection);
|
||||
await _collectionService.DeleteAsync(collection);
|
||||
}
|
||||
|
||||
[HttpDelete("{id}/user/{orgUserId}")]
|
||||
|
||||
Reference in New Issue
Block a user