Skip to content

Commit

Permalink
Merge pull request #102 from Skill-Sync/SS-1.4
Browse files Browse the repository at this point in the history
Refactor matching feature 2.0
  • Loading branch information
MOHAMMED1MEDHAT authored Sep 28, 2023
2 parents 14bc5b4 + 4e9ac4a commit cd23688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/matching.services.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ exports.clinetApproval = async (userId, MatchedUserId) => {
//--------------------
await redis.setOne(`${userId}/${MatchedUserId}`, 'pending');

//if the user/matchedUser session state is pending set matching session state to approved and create meeting then add the two participant to meeting
//if the user/matchedUser session state is pending set matching session state to approved
//and create meeting then add the two participant to meeting
} else if (status === 'pending') {
//test----------------
// console.log('hi from pending');
Expand Down

0 comments on commit cd23688

Please sign in to comment.