Skip to content

Commit

Permalink
vercel error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcgrdn committed Jan 12, 2025
1 parent 809083d commit 2086739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/auth/logout/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export async function POST() {
{ message: "Logged out successfully" },
{ status: 200 }
);
} catch (error) {
} catch {
return NextResponse.json(
{ message: "Logout failed" },
{ status: 500 }
Expand Down

0 comments on commit 2086739

Please sign in to comment.