Merge branch 'staging' into ro

This commit is contained in:
yflory
2019-10-08 17:22:44 +02:00
12 changed files with 128 additions and 26 deletions

View File

@@ -655,8 +655,8 @@ define([
if (err) { console.error(err); }
}));
}).nThen(function () {
cb();
closeTeam(ctx, teamId);
cb();
});
};