Skip to content

Commit

Permalink
Better handle of calls if there is no open ticket - fix #54
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed May 22, 2024
1 parent 42c8e8c commit a7acaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/WbotServices/wbotMonitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const wbotMonitor = async (
where: {
contactId: contact.id,
whatsappId: wbot.id,
//status: { [Op.or]: ["close"] },
status: "open",
companyId
},
});
Expand Down

0 comments on commit a7acaf5

Please sign in to comment.