Fix notify_openclaw BackgroundTasks call signature

This commit is contained in:
Jarvis
2026-02-02 17:15:50 +00:00
parent da1a1cee59
commit 557e0bbf27

View File

@@ -141,7 +141,6 @@ def dispatch_task(
# Best-effort: enqueue an agent dispatch. This does not mutate the task.
background.add_task(
notify_openclaw,
session,
NotifyContext(event="task.assigned", actor_employee_id=actor_employee_id, task_id=task.id),
)