fix: remove time estimation send notification to whatsapp when create queue
parent
52e17eff81
commit
111bb86d34
|
@ -97,7 +97,8 @@ export class WhatsappService {
|
|||
{
|
||||
parameter_name: 'queue_time',
|
||||
type: 'text',
|
||||
text: toTime(data.time), // replace with queue_time variable
|
||||
// text: toTime(data.time), // replace with queue_time variable
|
||||
text: '--:--',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue