Commit ea5bcab9 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Remove irrelevant comment

parent 68ef114f
......@@ -73,13 +73,10 @@
consolidateData(response, callback) {
let consolidatedData;
// This probably should come from the backend already formatted
let users = response.map((user) => {
user.type = 'user';
return user;
});
let mergeAccessLevels = this.accessLevelsData.map((level) => {
level.type = 'role';
return level;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment