feat: update ticket color on frontend after assign

This commit is contained in:
canove
2021-01-11 18:23:28 -03:00
parent 14c3ebe27e
commit 5c5f58e4fe
5 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ const CreateMessageService = async ({
{
model: Ticket,
as: "ticket",
include: ["contact"]
include: ["contact", "queue"]
},
{
model: Message,