mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 04:09:26 +00:00
fix: remove ticket queue when transfer
This commit is contained in:
@@ -20,6 +20,7 @@ type IndexQuery = {
|
||||
interface TicketData {
|
||||
contactId: number;
|
||||
status: string;
|
||||
queueId: number;
|
||||
userId: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user