1
0
Derivar 0

type: opts.selected -> opts.type

Este cometimento está contido em:
aj 2017-08-23 17:10:54 +00:00
ascendente bf71399d12
cometimento effee987be
1 ficheiros modificados com 1 adições e 1 eliminações

Ver ficheiro

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