We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d2244 commit b4d40b6Copy full SHA for b4d40b6
app/routes/users+/index.tsx
@@ -47,9 +47,7 @@ export async function loader({ request }: LoaderFunctionArgs) {
47
if (!result.success) {
48
return dataResponse(
49
{ status: 'error', error: result.error.message } as const,
50
- {
51
- status: 400,
52
- },
+ { status: 400 },
53
)
54
}
55
return { status: 'idle', users: result.data } as const
0 commit comments