Skip to content

Commit 5f29652

Browse files
committed
Correct dev env (not a teammates)
1 parent 1198760 commit 5f29652

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.dev.presence.tsx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,12 @@ export const loader = createSSELoader({
1919
where: {
2020
slug: envParam,
2121
type: "DEVELOPMENT",
22+
orgMember: {
23+
userId,
24+
},
2225
project: {
2326
slug: projectParam,
2427
},
25-
organization: {
26-
slug: organizationSlug,
27-
members: {
28-
some: {
29-
userId,
30-
},
31-
},
32-
},
3328
},
3429
});
3530

0 commit comments

Comments
 (0)