Skip to content

Commit

Permalink
FIX: unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
eagerterrier committed Nov 14, 2024
1 parent dab71a2 commit d6d2167
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ws-nextjs-app/pages/[service]/wrapped.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
SERVER_SIDE_RENDER_REQUEST_RECEIVED,
} from '#app/lib/logger.const';
import { Services, Variants } from '#models/types/global';
import { FetchError } from '#models/types/fetch';

import getEnvironment from '#app/routes/utils/getEnvironment';
import fetchPageData from '#app/routes/utils/fetchPageData';
Expand Down

0 comments on commit d6d2167

Please sign in to comment.