Best commit ever

This commit is contained in:
Atridad Lahiji 2023-11-20 21:02:01 -07:00
parent 8115e90934
commit 4341c2e7cc
No known key found for this signature in database

View file

@ -46,9 +46,9 @@ export default authMiddleware({
});
if (isShit) {
return new NextResponse("Something not very good happened...", {
return new NextResponse("INTERNAL_ERROR", {
status: 500,
statusText: "Something not very good happened...",
statusText: "INTERNAL_ERROR",
});
}
}