Fixes #384
This commit is contained in:
Girish Ramakrishnan
2017-07-27 13:24:18 -07:00
parent d72fffb61f
commit 204340eac0
+2 -1
View File
@@ -79,7 +79,8 @@ function upsert(dnsConfig, zoneName, subdomain, type, values, callback) {
type: type,
name: subdomain,
data: value,
priority: priority
priority: priority,
ttl: 1
};
if (i >= result.length) {