Fix team deletion

This commit is contained in:
yflory
2019-10-08 11:10:03 +02:00
parent 75b3c99d04
commit 3015d7f22b
3 changed files with 21 additions and 8 deletions

View File

@@ -678,7 +678,7 @@ define([
give();
return void _w.abort();
}
otherOwners = md.owners.some(function (ed) { return void ed !== edPublic; });
otherOwners = md.owners.some(function (ed) { return ed !== edPublic; });
}));
}).nThen(function (_w) {
if (otherOwners) {