mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 20:29:17 +00:00
Feat: Added import contacts function on frontend
This commit is contained in:
@@ -28,7 +28,7 @@ const verifyContact = async (msgContact, profilePicUrl) => {
|
||||
};
|
||||
|
||||
const verifyTicket = async contact => {
|
||||
const [ticket, created] = await Ticket.findOrCreate({
|
||||
const [ticket] = await Ticket.findOrCreate({
|
||||
where: {
|
||||
status: {
|
||||
[Op.or]: ["open", "pending"],
|
||||
|
||||
Reference in New Issue
Block a user