Skip to content

Commit

Permalink
Update Codewars.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhananjay-Chauhan authored Dec 19, 2023
1 parent 62e113d commit a38e868
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/codewars/Codewars.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ export default function Blogs() {
})
.catch(function (error) {
// toast.error(error)
console.log(" i am here");
console.log(" i am here in catch ");
console.log(error);
});
},
validate: (values) => {
Expand Down

0 comments on commit a38e868

Please sign in to comment.