diff --git a/src/dispatch/incident/views.py b/src/dispatch/incident/views.py index 5f6fc62d2d16..d20d3bcdbb4f 100644 --- a/src/dispatch/incident/views.py +++ b/src/dispatch/incident/views.py @@ -371,9 +371,7 @@ def update_custom_event( } ) else: - event_in.details = ( - {"updated_by": current_user.email, "updated_on": str(datetime.utcnow())} - ) + event_in.details = {"updated_by": current_user.email, "updated_on": str(datetime.utcnow())} """Updates a custom event.""" background_tasks.add_task( event_flows.update_incident_event,