Skip to content

Commit

Permalink
Merge pull request #1969 from dubinc/enabled-by-fix
Browse files Browse the repository at this point in the history
Fix integration "enabled by" user
  • Loading branch information
steven-tey authored Feb 3, 2025
2 parents 2fb5fb1 + 722a02a commit 0c9f4b8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ async function EnabledIntegrationsPageRSC({ slug }: { slug: string }) {
},
include: {
installations: {
where: {
project: {
slug,
},
},
include: {
user: true,
},
Expand Down

0 comments on commit 0c9f4b8

Please sign in to comment.