fix run task v1 missing webhook (#2428)

Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
This commit is contained in:
Shuchang Zheng
2025-05-22 02:38:48 -07:00
committed by GitHub
parent 2216ce66d3
commit 2e068d88ac

View File

@@ -177,6 +177,7 @@ async def run_task(
error_code_mapping=run_request.error_code_mapping,
proxy_location=run_request.proxy_location,
browser_session_id=run_request.browser_session_id,
webhook_callback_url=run_request.webhook_url,
totp_verification_url=run_request.totp_url,
totp_identifier=run_request.totp_identifier,
include_action_history_in_verification=run_request.include_action_history_in_verification,