rename variable (#2865)
This commit is contained in:
@@ -44,8 +44,7 @@ function RetryTask() {
|
||||
proxyLocation: task.request.proxy_location ?? null,
|
||||
includeActionHistoryInVerification:
|
||||
task.request.include_action_history_in_verification ?? false,
|
||||
maxScreenshotScrollingTimes:
|
||||
task.request.max_screenshot_scrolling_times ?? null,
|
||||
maxScreenshotScrolls: task.request.max_screenshot_scrolls ?? null,
|
||||
extraHttpHeaders: task.request.extra_http_headers
|
||||
? JSON.stringify(task.request.extra_http_headers)
|
||||
: null,
|
||||
|
||||
Reference in New Issue
Block a user