Skip to content

Commit ec2c764

Browse files
push to jira: fix passing of parameters in async mode
1 parent d18feb4 commit ec2c764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/finding/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,8 @@ def post_process_finding_save_internal(finding, dedupe_option=True, rules_option
470470
@app.task
471471
def post_process_findings_batch_signature(finding_ids, *args, dedupe_option=True, rules_option=True, product_grading_option=True,
472472
issue_updater_option=True, push_to_jira=False, user=None, **kwargs):
473-
# Pass arguments as keyword arguments to ensure Celery properly serializes them
474473
return post_process_findings_batch(finding_ids, *args, dedupe_option=dedupe_option, rules_option=rules_option, product_grading_option=product_grading_option, issue_updater_option=issue_updater_option, push_to_jira=push_to_jira, user=user, **kwargs)
474+
# Pass arguments as keyword arguments to ensure Celery properly serializes them
475475

476476

477477
@dojo_async_task

0 commit comments

Comments
 (0)