From 1af60281ade079b9c4dff671baa28243a0376611 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Sat, 18 Jan 2025 21:37:30 +0530 Subject: [PATCH] fix: minor fixe --- frontend/src/components/Telephony/ExotelCallUI.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Telephony/ExotelCallUI.vue b/frontend/src/components/Telephony/ExotelCallUI.vue index 1e52af5d3..3d65e02e8 100644 --- a/frontend/src/components/Telephony/ExotelCallUI.vue +++ b/frontend/src/components/Telephony/ExotelCallUI.vue @@ -514,7 +514,7 @@ function updateStatus(data) { data.Status == 'completed' ) { counterUp.value.stop() - callDuration.value = getTime( + callDuration.value = counterUp.value.getTime( parseInt(data['Legs[0][OnCallDuration]']) || parseInt(data.DialCallDuration), )