mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2026-07-04 19:11:47 +00:00
remove unneeded refs
This commit is contained in:
@@ -130,7 +130,6 @@ module.exports = (srf, logger) => {
|
||||
return {
|
||||
fromCarrier: true,
|
||||
gateway,
|
||||
voip_carrier_sid: gateway.voip_carrier_sid,
|
||||
account_sid: r[0].account_sid,
|
||||
application_sid: r[0].application_sid,
|
||||
account: accounts[0]
|
||||
@@ -152,7 +151,6 @@ module.exports = (srf, logger) => {
|
||||
fromCarrier: true,
|
||||
gateway: selected,
|
||||
account_sid: a[0].account_sid,
|
||||
voip_carrier_sid: a[0].voip_carrier_sid,
|
||||
application_sid: selected.application_sid,
|
||||
account: a[0]
|
||||
};
|
||||
|
||||
@@ -116,7 +116,6 @@ module.exports = function(srf, logger) {
|
||||
fromCarrier,
|
||||
gateway,
|
||||
account_sid,
|
||||
voip_carrier_sid,
|
||||
application_sid,
|
||||
account
|
||||
} = await wasOriginatedFromCarrier(req);
|
||||
|
||||
Reference in New Issue
Block a user