mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 12:19:16 +00:00
code cleanup
This commit is contained in:
@@ -259,7 +259,6 @@ const TicketsList = () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
socket.on("appMessage", data => {
|
socket.on("appMessage", data => {
|
||||||
console.log(data);
|
|
||||||
if (data.action === "create") {
|
if (data.action === "create") {
|
||||||
updateUnreadMessagesCount(data);
|
updateUnreadMessagesCount(data);
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user