Best commit ever
This commit is contained in:
parent
8115e90934
commit
4341c2e7cc
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ export default authMiddleware({
|
||||||
});
|
});
|
||||||
|
|
||||||
if (isShit) {
|
if (isShit) {
|
||||||
return new NextResponse("Something not very good happened...", {
|
return new NextResponse("INTERNAL_ERROR", {
|
||||||
status: 500,
|
status: 500,
|
||||||
statusText: "Something not very good happened...",
|
statusText: "INTERNAL_ERROR",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue