1
0
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:
Kyle Spearrin
2017-12-14 15:04:20 -05:00
parent f8f8eb5411
commit 2c4ce27ef2
4 changed files with 16 additions and 7 deletions

View File

@ -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