Oops
This commit is contained in:
parent
241571ba5d
commit
19b3857ba6
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ let userRoles = async ({user}) => {
|
||||||
user
|
user
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return roles.filter((elem,i) => ((rolesLocal % 1<<i) == 0));
|
return roles.filter((elem,i) => ((rolesLocal % 1<<i) == 1));
|
||||||
};
|
};
|
||||||
|
|
||||||
backend.userGet = async ({user}) => {
|
backend.userGet = async ({user}) => {
|
||||||
|
|
Loading…
Reference in a new issue