Merge pull request #2072 from UmakanthKaspa/fix/job-details-missing-type-hint

fix: add missing type annotation to get_job_details
This commit is contained in:
Jannat Patel
2026-02-11 21:41:28 +05:30
committed by GitHub

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,