fix: remove ticket queue when transfer

This commit is contained in:
canove
2021-01-14 21:03:11 -03:00
parent b3255c6f42
commit f9b61cd398
3 changed files with 3 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ type IndexQuery = {
interface TicketData {
contactId: number;
status: string;
queueId: number;
userId: number;
}