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

@@ -2,7 +2,7 @@ import * as Yup from "yup";
import AppError from "../../errors/AppError";
import Whatsapp from "../../models/Whatsapp";
import AssociateWhatsappQueue from "../QueueService/AssociateWhatsappQueue";
import AssociateWhatsappQueue from "./AssociateWhatsappQueue";
interface Request {
name: string;