fix: whitelist is_enabled function (#35721)
This commit is contained in:
parent
a1a7e84b5e
commit
727c862208
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ from frappe.utils.frappecloud import on_frappecloud
|
|||
from .utils import anonymize_user, ensure_http, parse_interval, utc_iso
|
||||
|
||||
|
||||
@frappe.whitelist()
|
||||
@site_cache(ttl=60 * 60)
|
||||
def is_enabled() -> bool:
|
||||
return bool(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue