Merge branch 'staging' into ro

This commit is contained in:
yflory
2019-10-29 11:40:34 +01:00
4 changed files with 14 additions and 7 deletions

View File

@@ -317,7 +317,6 @@ define([
teamId: obj.id
}, waitFor(function (err) {
if (err) { return void console.error(err); }
console.warn(obj.id);
}));
});
}));