Skip to content

Commit 7976236

Browse files
committed
Removing bug variable call
1 parent 1ae2329 commit 7976236

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • app/models/pager_tree/integrations/live_call_routing/twilio

app/models/pager_tree/integrations/live_call_routing/twilio/v3.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ def _on_drop
371371
# log that we are going to transer
372372
adapter_alert.logs.create!(message: "The alert was dropped. Attempting to transfer the call...")
373373
_call.update(url: PagerTree::Integrations::Engine.routes.url_helpers.dropped_live_call_routing_twilio_v3_url(id, thirdparty_id: adapter_alert.thirdparty_id))
374-
music_live_call_routing_twilio_v3_path
375374
adapter_alert.logs.create!(message: "Tranferring the call succeeded.")
376375
rescue ::Twilio::REST::RestError => e
377376
adapter_alert.logs.create!(message: "Tranferring the call failed. #{e.message}")

0 commit comments

Comments
 (0)