Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfdivyansh committed Jan 10, 2025
2 parents fa7b1e1 + 099f027 commit c18064c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default async function authMiddleware(request: NextRequest) {
headers: {
cookie: request.headers.get("cookie") || "",
},
}
},
);

if (!session) {
Expand Down

0 comments on commit c18064c

Please sign in to comment.