Revert role support

This commit is contained in:
Girish Ramakrishnan
2018-07-26 10:20:19 -07:00
parent 477abf53f3
commit b4d5def56d
16 changed files with 46 additions and 275 deletions

View File

@@ -132,7 +132,7 @@ function setup(done) {
});
},
function (callback) {
groups.create(GROUP_NAME, [ /* roles */ ], function (error, result) {
groups.create(GROUP_NAME, function (error, result) {
if (error) return callback(error);
GROUP_ID = result.id;