Remove metamigo-frontend from build
This commit is contained in:
parent
4e0b5ae215
commit
2f70dc9e8a
3 changed files with 3 additions and 4 deletions
|
|
@ -27,8 +27,7 @@ const fetchUser = async (email: string) => {
|
|||
console.log({ users });
|
||||
const user = users?.[0];
|
||||
|
||||
// temp
|
||||
return { role_ids: [1] };
|
||||
return user;
|
||||
};
|
||||
|
||||
const getUserRoles = async (email: string) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue