Return something from loader in hammer route
This commit is contained in:
parent
700d5d6bca
commit
72fba48050
@ -26,6 +26,8 @@ export async function loader({ context }: { context: RequestContext }) {
|
|||||||
throw new Response(null, {
|
throw new Response(null, {
|
||||||
status: 403,
|
status: 403,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function meta() {
|
export function meta() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user