Skip to content

Commit

Permalink
feat: use english
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp committed Jun 26, 2024
1 parent d016361 commit 47b10c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/fetch/use-API-route-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function useAPIRouteData<T extends APIPath>(
logErrorInSentry(
new InternalError({
cause: e,
message: "Ce type d'erreur n'est pas géré",
message: 'Unhandled error',
})
);
setResponse(IDataFetchingState.MODEL_ERROR);
Expand Down

0 comments on commit 47b10c0

Please sign in to comment.