lint compliance

This commit is contained in:
yflory
2020-02-19 18:52:17 +01:00
parent 43492b6df5
commit 620995506e
2 changed files with 1 additions and 2 deletions

View File

@@ -1331,7 +1331,6 @@ define([
// Get and maybe migrate the existing mailbox object
var owners = metadata.owners;
if (!Array.isArray(owners) || owners.indexOf(edPublic) === -1) {
waitFor.abort();
return void cb({ error: 'INSUFFICIENT_PERMISSIONS' });
}