add organization_id to the 'Created new task' log (#779)
This commit is contained in:
@@ -191,6 +191,7 @@ class ForgeAgent:
|
|||||||
task_id=task.task_id,
|
task_id=task.task_id,
|
||||||
url=task.url,
|
url=task.url,
|
||||||
proxy_location=task.proxy_location,
|
proxy_location=task.proxy_location,
|
||||||
|
organization_id=organization_id,
|
||||||
)
|
)
|
||||||
return task
|
return task
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user