diff --git a/src/daemon/spawner.py b/src/daemon/spawner.py index 6046527..9cfbbaf 100644 --- a/src/daemon/spawner.py +++ b/src/daemon/spawner.py @@ -1261,7 +1261,7 @@ curl -X POST http://{api_host}:{api_port}/api/projects/{project_id}/tasks/{task_ conn = get_connection(db_path) try: row = conn.execute( - "SELECT id, title, status FROM tasks WHERE id=?", ( + "SELECT id, title, status, must_haves FROM tasks WHERE id=?", ( task_id,) ).fetchone() if not row: