Skip to content

Commit

Permalink
Merge pull request #103 from Skill-Sync/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
MOHAMMED1MEDHAT authored Sep 28, 2023
2 parents 9a92ef0 + cd23688 commit 9d2cc6e
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 9d2cc6e

Please sign in to comment.