Skip to content

Commit

Permalink
chore(examples): update next to 13.5.4 in starter example
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogrodzki committed Oct 19, 2023
1 parent 129fdb4 commit cce5011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/next13-typescript-starter/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export async function middleware(request: NextRequest) {

return NextResponse.next({
request: {
headers,
},
headers
}
});
},
handleInvalidToken: async () => {
Expand Down

0 comments on commit cce5011

Please sign in to comment.