Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jul 18, 2023
1 parent abf8f56 commit f4bd0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/start/data/createRouteData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function createRouteData<T, S = true>(
} else {
setTimeout(() => handleResponse(e as Response), 0);
}
// return e;
return e;
}
throw e;
}
Expand Down

0 comments on commit f4bd0d5

Please sign in to comment.