Skip to content

Commit

Permalink
fix: minor fixe
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Jan 18, 2025
1 parent 82ed3e3 commit 1af6028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Telephony/ExotelCallUI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)
Expand Down

0 comments on commit 1af6028

Please sign in to comment.