quick dial and creating conversations

This commit is contained in:
talksik
2022-06-11 12:25:41 -05:00
parent 4527d110d7
commit 298a989cd9
6 changed files with 111 additions and 25 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ const getOneOnOneConversationIfExists = async (req: Request, res: Response, next
resultConversation?._id ?? undefined,
undefined,
resultConversation
? 'no such conversation exists!'
: 'there is a conversation...quick dial them now!',
? 'there is a conversation...quick dial them now!'
: 'no such conversation exists!',
),
);
} catch (error) {