From d9cb42e7684e07679ec85745b2e7d794d6be3f3f Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 3 Oct 2024 10:21:44 -0400 Subject: [PATCH] chore: remove stale comment --- src/components/app/routes/loaders/rootLoader.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/app/routes/loaders/rootLoader.ts b/src/components/app/routes/loaders/rootLoader.ts index a356d4f1a7..e6a9dd7803 100644 --- a/src/components/app/routes/loaders/rootLoader.ts +++ b/src/components/app/routes/loaders/rootLoader.ts @@ -39,10 +39,6 @@ const makeRootLoader: Types.MakeRouteLoaderFunctionWithQueryClient = function ma return null; } - // TODO: - // - Make POST request to new onboarding API in enterprise-access (passing lms_user_id and enterprise_customer_uuid) - // - Remove `ensureActiveEnterpriseCustomerUser`, since it'll be abstracted in above API call. - // Ensure the active enterprise customer user is updated, when applicable (e.g., the // current enterprise slug in the URL does not match the active enterprise customer's slug). const updateActiveEnterpriseCustomerUserResult = await ensureActiveEnterpriseCustomerUser({