Skip to content

Commit

Permalink
change the type of common logs
Browse files Browse the repository at this point in the history
Signed-off-by: tygao <[email protected]>
  • Loading branch information
raintygao committed Dec 20, 2023
1 parent 02241c9 commit a3abb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/hooks/use_feed_back.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const useFeedback = (interaction?: Interaction | null) => {
});
setFeedbackResult(correct);
} catch (error) {
console.error('send feedback error');
console.log('send feedback error');
}
};

Expand Down

0 comments on commit a3abb85

Please sign in to comment.