mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
removed duplicate occurance of parameter within SMS
This commit is contained in:
parent
2329fd3e3f
commit
68ec2055fc
1 changed files with 0 additions and 2 deletions
|
|
@ -95,7 +95,6 @@ export class MessageInterface extends PlivoResourceInterface {
|
|||
var type = src.type;
|
||||
var media_urls = src.media_urls;
|
||||
var media_ids = src.media_ids;
|
||||
var media_ids = src.media_ids;
|
||||
var log = src.log;
|
||||
var trackable = src.trackable;
|
||||
var src = src.src;
|
||||
|
|
@ -137,7 +136,6 @@ export class MessageInterface extends PlivoResourceInterface {
|
|||
if (url) {
|
||||
params.url = url;
|
||||
}
|
||||
|
||||
if (method) {
|
||||
params.method = method;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue