Skip to content

Commit

Permalink
DOP-4414 testing lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Mar 13, 2024
1 parent e3f4151 commit ba4dbae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/controllers/v2/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ async function createPayload(
}

const branch_info = await repoBranchesRepository.getRepoBranchAliases(repoName, branch_name, repoInfo.project);
const urlSlug = branch_info.aliasObject?.urlSlug ?? branch_name;
return branch_info;
const urlSlug = branch_info.aliasObject?.urlSlug ?? branch_name;

return {
jobType,
Expand Down Expand Up @@ -226,7 +226,7 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr
return {
statusCode: 202,
headers: { 'Content-Type': 'text/plain' },
body: 'Jobs Queued 1' + projectEntry,
body: 'Jobs Queued 2' + projectEntry,
};
} catch (err) {
return {
Expand Down

0 comments on commit ba4dbae

Please sign in to comment.