remove callback asserts

This commit is contained in:
Girish Ramakrishnan
2022-02-04 15:47:38 -08:00
parent 59b2bf72f7
commit e1db45ef81
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -79,7 +79,6 @@ async function updateRecord(domainConfig, zoneName, recordId, name, type, values
assert.strictEqual(typeof name, 'string');
assert.strictEqual(typeof type, 'string');
assert(Array.isArray(values));
assert.strictEqual(typeof callback, 'function');
debug(`update:${recordId} on ${name} in zone ${zoneName} of type ${type} with values ${JSON.stringify(values)}`);