chore: whitelisted typo (#21930)

This commit is contained in:
Michelle Alva 2023-08-05 20:15:55 +05:30 committed by GitHub
parent 0cced74766
commit fd2efdb0e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -247,7 +247,7 @@ def safe_enqueue(function, **kwargs):
Accepts frappe.enqueue params like job_name, queue, timeout, etc.
in addition to params to be passed to function
:param function: whitelised function or API Method set in Server Script
:param function: whitelisted function or API Method set in Server Script
"""
return enqueue("frappe.utils.safe_exec.call_whitelisted_function", function=function, **kwargs)