Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbjoralt committed Oct 19, 2023
1 parent 2ac458a commit 563535d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/src/data/fetchWithToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ import {
authOptions,
getCustomServerSession,
} from "@/app/api/auth/[...nextauth]/route";
import { MockConsultants, MockDepartments, MockOrganisations } from "../../mockdata/mockData";

import {
MockConsultants,
MockDepartments,
MockOrganisations,
} from "../../mockdata/mockData";

export async function fetchWithToken<T>(path: string): Promise<T | undefined> {
if (process.env.NEXT_PUBLIC_NO_AUTH) {
Expand Down

0 comments on commit 563535d

Please sign in to comment.