[SOLVED] Filter repeater based on Member Role

@lmeyer instead of this line:

user.getRoles() 
.then(()  => {

Write:

user.getRoles() 
.then(r => {