Codificação para o usuário poder selecionar hora de envio de lembrete de agedamento para cliente
parent
d0be6729fe
commit
f9ffa37b73
|
@ -142,7 +142,7 @@ export const update = async ( req: Request, res: Response ): Promise<Response> =
|
||||||
// agendamento
|
// agendamento
|
||||||
const scheduleData = JSON.parse(schedulingNotifyData)
|
const scheduleData = JSON.parse(schedulingNotifyData)
|
||||||
|
|
||||||
if( scheduleData.scheduleId != '1'){
|
if( scheduleData.scheduleId === '2'){
|
||||||
const schedulingNotifyCreate = await CreateSchedulingNotifyService(
|
const schedulingNotifyCreate = await CreateSchedulingNotifyService(
|
||||||
{
|
{
|
||||||
ticketId: scheduleData.ticketId,
|
ticketId: scheduleData.ticketId,
|
||||||
|
|
Loading…
Reference in New Issue