ashok 3 months ago
commit 8dd5993d88

@ -10701,7 +10701,7 @@ exports.updateComments = async (req, reply) => {
// Step 4: Add comment
const commentObj = {
text: trimmedComment,
call_status,
call_status: call_status?.trim() || "Call not tried",
call_time,
customerId,
hardwareId,

Loading…
Cancel
Save