Skip to content

Commit

Permalink
fix missin PAPI mapping 🤯
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTugarev committed Sep 14, 2023
1 parent f3ed6aa commit cb6c888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/dashboard/src/service/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export function projectToProtocol(project: Project): ProtocolProject {
appInstallationId: "undefined",
settings: {
enablePrebuilds: project.settings?.prebuild?.enablePrebuilds,
prebuildDefaultBranchOnly: project.settings?.prebuild?.prebuildDefaultBranchOnly,
allowUsingPreviousPrebuilds: project.settings?.prebuild?.usePreviousPrebuilds,
keepOutdatedPrebuildsRunning: project.settings?.prebuild?.keepOutdatedPrebuildsRunning,
prebuildEveryNthCommit: project.settings?.prebuild?.prebuildEveryNth,
Expand Down

0 comments on commit cb6c888

Please sign in to comment.