Skip to content

Commit

Permalink
fix: changed comment in HANDLE_RINGING_ACTION [WTEL-5867](https://web…
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-pohranichna committed Jan 10, 2025
1 parent dbfe6ca commit f1562e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/modules/call/client-handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const actions = {
await context.dispatch('SET_WORKSPACE', call);
}

// have to check is call not manual or not from offline queue before send notification https://webitel.atlassian.net/browse/WTEL-4502 + https://webitel.atlassian.net/browse/WTEL-5030
// have to check is call not manual or not from offline queue before send notification https://webitel.atlassian.net/browse/WTEL-4502
if (call.allowAnswer && !context.getters.IS_OFFLINE_CALL && !call.queue?.manual_distribution) {
const callId = call.id;

Expand Down

0 comments on commit f1562e0

Please sign in to comment.