diff --git a/src/services/matching.services.js b/src/services/matching.services.js index eb1272d..6832dac 100644 --- a/src/services/matching.services.js +++ b/src/services/matching.services.js @@ -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');