type: opts.selected -> opts.type
This commit is contained in:
parent
bf71399d12
commit
effee987be
|
@ -91,7 +91,7 @@ OAUTH3.api['dns.set'] = function (providerUri, opts) {
|
|||
var tld = opts.tld;
|
||||
var sld = opts.sld;
|
||||
var sub = opts.sub;
|
||||
var type = opts.selected;
|
||||
var type = opts.type;
|
||||
var value = opts.value;
|
||||
var ttl = opts.ttl;
|
||||
var priority = (opts.priority || '');
|
||||
|
|
Loading…
Reference in New Issue