mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
fixes to event get APIs
This commit is contained in:
@ -58,7 +58,7 @@ namespace Bit.Core.Services
|
||||
orgEvents = orgs.Where(o => o.Status == OrganizationUserStatusType.Confirmed)
|
||||
.Select(o => new EventMessage
|
||||
{
|
||||
OrganizationId = o.Id,
|
||||
OrganizationId = o.OrganizationId,
|
||||
UserId = userId,
|
||||
Type = type,
|
||||
Date = DateTime.UtcNow
|
||||
|
Reference in New Issue
Block a user