Skip to content

Commit

Permalink
Adding test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MOHAMMED1MEDHAT committed Oct 4, 2023
1 parent 4e9ac4a commit 744e733
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/services/matching.services.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ async function searchForMatch(crossSkill, notToProvide) {

//set time out for searching for match 5 secends (if no match found)
setTimeout(() => {
console.log('returning results', results);
//test----------------
// console.log('returning results', results);
//--------------------
clearInterval(intervalId);
resolve(results);
}, 5 * 1000);
Expand Down

0 comments on commit 744e733

Please sign in to comment.