Skip to content

Commit

Permalink
Remove unecessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Sep 6, 2024
1 parent 523d899 commit 0e87073
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/remix-react/single-fetch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ async function singleFetchLoaderNavigationStrategy(
type: "data",
result,
};
return result;
} catch (e) {
results[m.route.id] = {
type: "error",
Expand Down

0 comments on commit 0e87073

Please sign in to comment.