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:
@ -60,6 +60,6 @@ namespace Bit.Core.Models.Business
|
||||
|
||||
public string EventRaisedByUser { get; set; }
|
||||
|
||||
public bool SalesAssistedTrialStarted { get; set; }
|
||||
public bool? SalesAssistedTrialStarted { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user