Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Dec 26, 2024
1 parent 984f976 commit eb2aa2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import { api, ContentTarget, type SectionsList, SiteContentPointer } from '@/lib
import { ContentRefContext } from '@/lib/references';
import { tcls } from '@/lib/tailwind';
import { shouldTrackEvents } from '@/lib/tracking';
import { getCurrentVisitorToken } from '@/lib/visitor-token';

import { SpacesDropdown } from '../Header/SpacesDropdown';
import { InsightsProvider } from '../Insights';
import { getCurrentVisitorToken } from '@/lib/visitor-token';

/**
* Render the entire content of the space (header, table of contents, footer, and page content).
Expand Down
1 change: 0 additions & 1 deletion packages/gitbook/src/lib/visitor-token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,3 @@ function findVisitorAuthCookieForBasePath(
undefined,
);
}

0 comments on commit eb2aa2b

Please sign in to comment.