chore: remove unused whitelisting from API (#19000)
This commit is contained in:
parent
c7461a05c6
commit
b1703117fc
1 changed files with 0 additions and 1 deletions
|
|
@ -403,7 +403,6 @@ def get_exempted_doctypes():
|
|||
return auto_cancel_exempt_doctypes
|
||||
|
||||
|
||||
@frappe.whitelist()
|
||||
def get_linked_docs(doctype: str, name: str, linkinfo: dict | None = None) -> dict[str, list]:
|
||||
if isinstance(linkinfo, str):
|
||||
# additional fields are added in linkinfo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue