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 -5
View File
@@ -152,11 +152,7 @@ function upsert(dnsConfig, zoneName, subdomain, type, values, callback) {
callback(null);
});
}
}, function (error) {
if (error) return callback(error);
callback(null, 'unused');
});
}, callback);
});
});
}