Skip to content

Commit 381b167

Browse files
committed
console.error
1 parent d23c057 commit 381b167

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/lib/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const onError = (
5454
toast.error(
5555
`Something went wrong: ${error.message ?? JSON.stringify(error)}`,
5656
);
57+
console.error(error);
5758
};
5859

5960
export const queryClient = new QueryClient({

0 commit comments

Comments
 (0)