Skip to content

Commit 535f4f2

Browse files
committed
title
1 parent 3d3c007 commit 535f4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/onyx/kg/utils/formatting_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def kg_email_processing(email: str, kg_config_settings: KGConfigSettings) -> KGP
184184
else:
185185
# TODO: maybe store a list of domains for each account and use that to match
186186
# right now, gmail and other random domains are being converted into accounts
187-
company = company_domain.capitalize()
187+
company = company_domain.title()
188188

189189
return KGPerson(name=name, company=company, employee=employee)
190190

0 commit comments

Comments
 (0)