feat: 🎸 filter organization > project > jobs to internal=false
This commit is contained in:
@@ -46,7 +46,11 @@ export function getOrganizations({ userId }: { userId: User["id"] }) {
|
||||
include: {
|
||||
_count: {
|
||||
select: {
|
||||
jobs: true,
|
||||
jobs: {
|
||||
where: {
|
||||
internal: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user