No need to include user_id in audit event log

This commit is contained in:
Montana 2019-04-04 08:33:07 -04:00
parent 86f106f6d1
commit a5848877ae

View File

@ -28,7 +28,6 @@ class AuditEvent(Base, TimestampsMixin):
@property
def log(self):
return {
"user_id": str(self.id),
"portfolio_id": str(self.portfolio_id),
"changed_state": self.changed_state,
"event_details": self.event_details,