Skip to content

Commit 549c199

Browse files
committed
fix highlighting
Closes #62
1 parent 18e6bd6 commit 549c199

File tree

1 file changed

+1
-1
lines changed
  • exercises/07.error-handling/02.problem.thrown-response

1 file changed

+1
-1
lines changed

exercises/07.error-handling/02.problem.thrown-response/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export async function requireUser(request: Request) {
112112
This is a great way to make nice utilities that make the regular application
113113
code much easier to write and read:
114114

115-
```tsx filename=app/routes/sandwiches.$sandwichId.tsx add=8,17 remove=7,12-16
115+
```tsx filename=app/routes/sandwiches.$sandwichId.tsx add=8,17 remove=9-12,18-21
116116
import { json, type DataFunctionArgs, type MetaFunction } from '@remix-run/node'
117117
import { invariantResponse, useIsSubmitting } from '#app/utils/misc.tsx'
118118
import { getUser } from '#app/utils/auth.server'

0 commit comments

Comments
 (0)