Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Return something from loader in hammer route
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 700d5d6 commit 72fba48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/routes/hammer.tsx
Expand Up @@ -26,6 +26,8 @@ export async function loader({ context }: { context: RequestContext }) {
throw new Response(null, {
status: 403,
});

return null;
}

export function meta() {
Expand Down

0 comments on commit 72fba48

Please sign in to comment.