diff --git a/oauth3.dns.js b/oauth3.dns.js index 777bd23..1c80177 100644 --- a/oauth3.dns.js +++ b/oauth3.dns.js @@ -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 || '');