fix: export livecodeURL from settings store

This commit is contained in:
Jannat Patel
2025-11-06 12:28:27 +05:30
parent b1be568991
commit d00d2de1cc
3 changed files with 1 additions and 9 deletions

View File

@@ -1676,7 +1676,6 @@ def get_pwa_manifest():
@frappe.whitelist()
def get_profile_details(username):
print(username)
return frappe.db.get_value(
"User",
{"username": username},