fix: add missing type annotation to get_job_details

This commit is contained in:
UmakanthKaspa
2026-02-11 20:38:08 +05:30
parent 1e8040ef7b
commit 4995f8e3fd

View File

@@ -160,7 +160,7 @@ def verify_billing_access(doctype, name, billing_type):
@frappe.whitelist(allow_guest=True)
def get_job_details(job):
def get_job_details(job: str):
return frappe.db.get_value(
"Job Opportunity",
job,