Skip to content

Commit

Permalink
fix: project editable access
Browse files Browse the repository at this point in the history
  • Loading branch information
asabotovich committed Oct 8, 2024
1 parent 7beef83 commit 9255290
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions trpc/access/accessEntityGetters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ export const getProject = (id: string) =>
ghost: true,
},
},
participants: {
include: {
user: true,
ghost: true,
},
},
},
});

Expand Down

0 comments on commit 9255290

Please sign in to comment.