Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
johangirod committed Sep 12, 2024
1 parent 51d05cb commit 13c74e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export async function middleware(request: NextRequest) {
response,
sessionOptions
);
console.log('middleware.ts: session', session);
await setVisitTimestamp(session);

return response;
Expand Down

0 comments on commit 13c74e0

Please sign in to comment.