From 557e0bbf27eb72b3fde0d5c4151d151f4b0e3cee Mon Sep 17 00:00:00 2001 From: Jarvis Date: Mon, 2 Feb 2026 17:15:50 +0000 Subject: [PATCH] Fix notify_openclaw BackgroundTasks call signature --- backend/app/api/work.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/api/work.py b/backend/app/api/work.py index 8f969366..e76af608 100644 --- a/backend/app/api/work.py +++ b/backend/app/api/work.py @@ -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), )