From 99ac308a841778e69bfd8f4a12a437ffee7790ee Mon Sep 17 00:00:00 2001 From: valeriamolinarecinos-alt Date: Tue, 7 Apr 2026 13:52:36 -0400 Subject: [PATCH] Removed incorrect client attributes --- services-js/access-boston/src/server/start.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services-js/access-boston/src/server/start.ts b/services-js/access-boston/src/server/start.ts index 9ec825827..59ef07753 100644 --- a/services-js/access-boston/src/server/start.ts +++ b/services-js/access-boston/src/server/start.ts @@ -18,7 +18,7 @@ try { appInsights.setup().start(); const client = appInsights.defaultClient; - if (client && client.config && client.config.connectionString) { + if (client) { console.log('Application Insights initialized.'); // test that we can send a test trace to Application Insights