fix: typo on enqueue args
The deduplicate argument was missing the 'l'.
This commit is contained in:
parent
ab42e58dcf
commit
70da4ba51d
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ def flush(from_test=False):
|
|||
now=from_test,
|
||||
job_id=f"email_queue_sendmail_{row.name}",
|
||||
queue="short",
|
||||
dedupicate=True,
|
||||
deduplicate=True,
|
||||
)
|
||||
except Exception:
|
||||
frappe.get_doc("Email Queue", row.name).log_error()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue