1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -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:
Addison Beck
2021-08-17 13:12:55 -04:00
committed by GitHub
parent f241b34b22
commit 4645914383
3 changed files with 4 additions and 7 deletions

View File

@ -60,6 +60,6 @@ namespace Bit.Core.Models.Business
public string EventRaisedByUser { get; set; }
public bool SalesAssistedTrialStarted { get; set; }
public bool? SalesAssistedTrialStarted { get; set; }
}
}