started messages migration to ts

This commit is contained in:
canove
2020-09-19 22:49:27 -03:00
parent 70c391e8ef
commit 9368ef2512
10 changed files with 295 additions and 230 deletions

View File

@@ -35,7 +35,8 @@ const ListTicketsService = async ({
{
model: Contact,
as: "contact",
attributes: ["name", "number", "profilePicUrl"]
attributes: ["id", "name", "number", "profilePicUrl"],
include: ["extraInfo"]
}
];