fix: add United Healthcare SCO aliases so AI chat routes to UnitedDH worker

"United Healthcare SCO" does not contain the substring "united sco" so
deriveSiteKey was falling through to the MH default. Add exact and prefix
aliases so any United Healthcare variant maps to UNITED_SCO.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ff
2026-06-08 23:25:02 -04:00
parent 09cd0328cb
commit 27d95ed752

View File

@@ -21,6 +21,8 @@
{ "keyword": "tuftssco", "siteKey": "TUFTS_SCO" },
{ "keyword": "united healthone sco", "siteKey": "UNITED_SCO" },
{ "keyword": "united healthcare sco", "siteKey": "UNITED_SCO" },
{ "keyword": "united healthcare", "siteKey": "UNITED_SCO" },
{ "keyword": "united sco", "siteKey": "UNITED_SCO" },
{ "keyword": "dentalhub", "siteKey": "UNITED_SCO" },
{ "keyword": "united_sco", "siteKey": "UNITED_SCO" },