Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jul 18, 2024
1 parent 18110c3 commit 72336eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react/optimistic-updates-ui/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function Example() {
headers: { 'Content-Type': 'application/json' },
})
if (!response.ok) {
throw new Error('Something went wrong.');
throw new Error('Something went wrong.')
}
return await response.json()
},
Expand Down

0 comments on commit 72336eb

Please # to comment.