Skip to content

Commit 90a851e

Browse files
committed
fixup
1 parent 5cb3118 commit 90a851e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/prebuilds/github-enterprise-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export class GitHubEnterpriseApp {
168168
});
169169

170170
const config = await this.prebuildManager.fetchConfig({ span }, user, context, {
171-
organizationId: projectAndOwner.project?.teamId,
171+
organizationId: project?.teamId,
172172
});
173173
if (
174174
!this.prebuildManager.shouldPrebuild({ config, project }) ||

0 commit comments

Comments
 (0)