Skip to content

Commit

Permalink
chore: debug users
Browse files Browse the repository at this point in the history
  • Loading branch information
sobird committed Nov 21, 2024
1 parent bc26206 commit 880a737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const HomePage = async () => {
console.log('ability', ability.can('read', '/test'));

const users = await UserModel.findAll({ include: [UserModel.associations.Roles] });
console.log('users', users[0]);
console.log('users', users);

return (
<main
Expand Down

0 comments on commit 880a737

Please sign in to comment.