Remove bad assert
This commit is contained in:
@@ -2314,7 +2314,6 @@ async function clone(app, data, user, auditSource) {
|
||||
assert.strictEqual(typeof backupId, 'string');
|
||||
assert.strictEqual(typeof subdomain, 'string');
|
||||
assert.strictEqual(typeof domain, 'string');
|
||||
assert.strictEqual(typeof portBindings, 'object');
|
||||
|
||||
const backupInfo = await backups.get(backupId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user