Skip to content

Commit 9255290

Browse files
committed
fix: project editable access
1 parent 7beef83 commit 9255290

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

trpc/access/accessEntityGetters.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ export const getProject = (id: string) =>
5757
ghost: true,
5858
},
5959
},
60+
participants: {
61+
include: {
62+
user: true,
63+
ghost: true,
64+
},
65+
},
6066
},
6167
});
6268

0 commit comments

Comments
 (0)