From c2fa870f35ab25a3dc8496967bb26d63ee1c4373 Mon Sep 17 00:00:00 2001 From: Ben Loe Date: Mon, 17 Jun 2024 17:23:32 -0400 Subject: [PATCH] fix strict null checks --- src/tsconfig.strictNullChecks.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/tsconfig.strictNullChecks.json b/src/tsconfig.strictNullChecks.json index 63920324ef..ee537fe306 100644 --- a/src/tsconfig.strictNullChecks.json +++ b/src/tsconfig.strictNullChecks.json @@ -109,6 +109,12 @@ "./background/auth/launchInteractiveOAuth2Flow.ts", "./background/auth/launchOAuth2Flow.test.ts", "./background/auth/launchOAuth2Flow.ts", + "./background/auth/partnerIntegrations/partnerIntegrations.test.ts", + "./background/auth/partnerIntegrations/partnerIntegrations.ts", + "./background/auth/partnerIntegrations/getPartnerPrincipals.ts", + "./background/auth/partnerIntegrations/getPartnerPrincipals.test.ts", + "./background/auth/partnerIntegrations/launchAuthIntegration.ts", + "./background/auth/partnerIntegrations/types.ts", "./background/axiosFetch.ts", "./background/backgroundDomWatcher.ts", "./background/backgroundPlatform.ts", @@ -136,8 +142,6 @@ "./background/messenger/registration.ts", "./background/navigation.ts", "./background/partnerHandlers.ts", - "./background/auth/partnerIntegrations/partnerIntegrations.test.ts", - "./background/auth/partnerIntegrations/partnerIntegrations.ts", "./background/performConfiguredRequest.test.ts", "./background/proxyUtils.test.ts", "./background/proxyUtils.ts",