Skip to content

Commit

Permalink
chore: remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Oct 3, 2024
1 parent d8ca03e commit d9cb42e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/app/routes/loaders/rootLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit d9cb42e

Please sign in to comment.