Fix team deletion
This commit is contained in:
@@ -679,7 +679,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) {
|
||||
|
||||
Reference in New Issue
Block a user