mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 04:09:26 +00:00
fix: ticket status not updating on "search tab"
This commit is contained in:
@@ -81,7 +81,7 @@ export const update = async (
|
||||
});
|
||||
}
|
||||
|
||||
io.to(ticket.status).to(ticketId).emit("ticket", {
|
||||
io.to(ticket.status).to("notification").to(ticketId).emit("ticket", {
|
||||
action: "updateStatus",
|
||||
ticket,
|
||||
user: ticketUser
|
||||
|
||||
Reference in New Issue
Block a user