mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
Reference Events Fixups (#1518)
* made salesAssistedTrialStarted nullable * removed conditional logic surrounding directory sync events * changed the value of the CipherCreated reference event enum
This commit is contained in:
@ -1981,11 +1981,8 @@ namespace Bit.Core.Services
|
||||
}
|
||||
}
|
||||
|
||||
if (_currentContext.ClientId == BitwardenClient.DirectoryConnector)
|
||||
{
|
||||
await _referenceEventService.RaiseEventAsync(
|
||||
new ReferenceEvent(ReferenceEventType.DirectorySynced, organization));
|
||||
}
|
||||
await _referenceEventService.RaiseEventAsync(
|
||||
new ReferenceEvent(ReferenceEventType.DirectorySynced, organization));
|
||||
}
|
||||
|
||||
public async Task RotateApiKeyAsync(Organization organization)
|
||||
|
Reference in New Issue
Block a user