No need to include user_id in audit event log
This commit is contained in:
parent
86f106f6d1
commit
a5848877ae
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user