Remove now unused dnsRecordId

This commit is contained in:
Johannes Zellner
2018-06-29 22:25:34 +02:00
parent 868ed977b3
commit 163563f400
19 changed files with 38 additions and 67 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ function upsert(dnsConfig, zoneName, subdomain, type, values, callback) {
assert(util.isArray(values));
assert.strictEqual(typeof callback, 'function');
// Result: backend specific change id, to be passed into getChangeStatus()
// Result: none
callback(new Error('not implemented'));
}