Phase 1C: Frontend unified contact UI
This commit is contained in:
@@ -302,5 +302,5 @@ def register_workflow_event_handlers() -> None:
|
||||
await handle_event(db, tenant_id, event_name, payload)
|
||||
|
||||
# Subscribe to common events
|
||||
for event_name in ("user.created", "company.created", "contact.created"):
|
||||
for event_name in ("user.created", "contact.created"):
|
||||
event_bus.subscribe(event_name, _workflow_event_handler)
|
||||
|
||||
Reference in New Issue
Block a user