Commit ea5bcab9 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Remove irrelevant comment

parent 68ef114f
...@@ -73,13 +73,10 @@ ...@@ -73,13 +73,10 @@
consolidateData(response, callback) { consolidateData(response, callback) {
let consolidatedData; let consolidatedData;
// This probably should come from the backend already formatted
let users = response.map((user) => { let users = response.map((user) => {
user.type = 'user'; user.type = 'user';
return user; return user;
}); });
let mergeAccessLevels = this.accessLevelsData.map((level) => { let mergeAccessLevels = this.accessLevelsData.map((level) => {
level.type = 'role'; level.type = 'role';
return level; 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