enabled socket io on tickets controller

This commit is contained in:
canove
2020-09-20 12:00:30 -03:00
parent 02c37276ba
commit 95c6dcb32f
3 changed files with 39 additions and 87 deletions

View File

@@ -24,7 +24,7 @@ const UpdateTicketService = async ({
{
model: Contact,
as: "contact",
attributes: ["name", "number", "profilePicUrl"]
attributes: ["id", "name", "number", "profilePicUrl"]
}
]
});