type: opts.selected -> opts.type

Este commit está contenido en:
aj 2017-08-23 17:10:54 +00:00
padre bf71399d12
commit effee987be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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 || '');