Skip to content

Commit

Permalink
Update get-server-session.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyshnav001 authored Sep 11, 2024
1 parent bbaf7cd commit f7d6f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/get-server-session.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getServerSession } from "next-auth";
import { authOptions } from "../api/auth/[...nextauth]/options";
import { authOptions } from "@/app/api/auth/[...nextauth]/options";

export async function getServerSideSession() {
return await getServerSession(authOptions);
Expand Down

0 comments on commit f7d6f1a

Please sign in to comment.