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:
@@ -160,7 +160,7 @@ def verify_billing_access(doctype, name, billing_type):
|
|||||||
|
|
||||||
|
|
||||||
@frappe.whitelist(allow_guest=True)
|
@frappe.whitelist(allow_guest=True)
|
||||||
def get_job_details(job):
|
def get_job_details(job: str):
|
||||||
return frappe.db.get_value(
|
return frappe.db.get_value(
|
||||||
"Job Opportunity",
|
"Job Opportunity",
|
||||||
job,
|
job,
|
||||||
|
|||||||
Reference in New Issue
Block a user