diff --git a/wwwroot/tenant_brand_data.dspy b/wwwroot/tenant_brand_data.dspy index 1c330e66..33794f3e 100644 --- a/wwwroot/tenant_brand_data.dspy +++ b/wwwroot/tenant_brand_data.dspy @@ -8,3 +8,4 @@ async with get_sor_context(env, 'sage') as sor: iconid = org.iconid if org and org.iconid else '' result = json.dumps({"orgname": orgname, "iconid": iconid}, ensure_ascii=False) +return result