Skip to content

Commit

Permalink
chore(sanity): fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias committed Oct 7, 2024
1 parent f498039 commit 3b3dbfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function WorkspaceRouterProvider({

const handleCatchError = useCallback(({error}: {error: Error}) => {
/** catches errors in studio that bubble up, throwing the error */
throw error
throw error
}, [])

// `state` is only null if the Studio is somehow rendering in SSR or using hydrateRoot in combination with `unstable_noAuthBoundary`.
Expand Down

0 comments on commit 3b3dbfe

Please sign in to comment.