remove subdomains.status
This commit is contained in:
@@ -4,7 +4,6 @@ exports = module.exports = {
|
||||
upsert: upsert,
|
||||
get: get,
|
||||
del: del,
|
||||
getChangeStatus: getChangeStatus,
|
||||
waitForDns: require('./waitfordns.js')
|
||||
};
|
||||
|
||||
@@ -48,10 +47,3 @@ function del(dnsConfig, zoneName, subdomain, type, values, callback) {
|
||||
return callback();
|
||||
}
|
||||
|
||||
function getChangeStatus(dnsConfig, changeId, callback) {
|
||||
assert.strictEqual(typeof dnsConfig, 'object');
|
||||
assert.strictEqual(typeof changeId, 'string');
|
||||
assert.strictEqual(typeof callback, 'function');
|
||||
|
||||
callback(null, 'INSYNC');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user