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
|
||||
const scheduleData = JSON.parse(schedulingNotifyData)
|
||||
|
||||
if( scheduleData.scheduleId != '1'){
|
||||
if( scheduleData.scheduleId === '2'){
|
||||
const schedulingNotifyCreate = await CreateSchedulingNotifyService(
|
||||
{
|
||||
ticketId: scheduleData.ticketId,
|
||||
|
|
Loading…
Reference in New Issue