remove folder and space 'duplication' leftovers

This commit is contained in:
mntmn
2020-04-09 14:15:48 +02:00
parent 9d3105763b
commit c05afaba8a
4 changed files with 2 additions and 114 deletions

View File

@@ -138,7 +138,6 @@ router.get('/', function(req, res, next) {
"$exists": 1
}
}).populate("space").exec(function(err, memberships) {
async.map(memberships, function(membership, memcb) {
Space.getRecursiveSubspacesForSpace(membership.space, function(err, spaces) {
cb(null, spaces.map(function(s) {