fix!: Disallow posiitonal args in update_document_title

This commit is contained in:
Gavin D'souza 2022-02-23 18:22:42 +05:30
parent 91da5f0363
commit c4c3d26b3d

View file

@ -17,6 +17,7 @@ if TYPE_CHECKING:
@frappe.whitelist()
def update_document_title(
*,
doctype: str,
docname: str,
title: Optional[str] = None,