Skip to content

Commit

Permalink
Removes unused docLinks reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jeramysoucy committed Nov 12, 2024
1 parent 467039f commit 3544218
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import type { TypeOf } from '@kbn/config-schema';
import { schema } from '@kbn/config-schema';
import { getDocLinks } from '@kbn/doc-links';
import { i18n } from '@kbn/i18n';
import { parseNextURL } from '@kbn/std';

Expand All @@ -25,8 +24,6 @@ import { wrapIntoCustomErrorResponse } from '../../errors';
import { createLicensedRouteHandler } from '../licensed_route_handler';
import { ROUTE_TAG_AUTH_FLOW, ROUTE_TAG_CAN_REDIRECT } from '../tags';

const docLinks = getDocLinks();

/**
* Defines routes that are common to various authentication mechanisms.
*/
Expand Down

0 comments on commit 3544218

Please sign in to comment.