Skip to content

Commit b4d40b6

Browse files
format
Co-authored-by: Kent C. Dodds <[email protected]>
1 parent c2d2244 commit b4d40b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/routes/users+/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ export async function loader({ request }: LoaderFunctionArgs) {
4747
if (!result.success) {
4848
return dataResponse(
4949
{ status: 'error', error: result.error.message } as const,
50-
{
51-
status: 400,
52-
},
50+
{ status: 400 },
5351
)
5452
}
5553
return { status: 'idle', users: result.data } as const

0 commit comments

Comments
 (0)