Skip to content

Commit 02278df

Browse files
committed
remove comments
1 parent 6f5423f commit 02278df

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/app/dashboard/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import Image from "next/image";
88

99
import { cn } from "@/lib/utils";
1010

11-
// import { SelectCoachingSession } from "@/components/ui/dashboard/select-coaching-session";
1211
import { JoinCoachingSession } from "@/components/ui/dashboard/join-coaching-session";
1312
import { useAuthStore } from "@/lib/providers/auth-store-provider";
1413

src/hooks/use-api-data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const fetcher = async ({ url, method = 'POST', params }: FetcherOptions) => {
2323
method,
2424
headers,
2525
credentials: 'include',
26-
// ...(body != null && { body: JSON.stringify(body) }),
2726
};
2827
console.log(JSON.stringify(fetchOptions));
2928

0 commit comments

Comments
 (0)