Skip to content

Commit

Permalink
DOP-4414 testing new promise format
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Mar 20, 2024
1 parent 61b2c33 commit 47d0600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/v2/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr
const env = 'dotcomstg';

async function createAndInsertJob() {
const jobs = await Promise.all(
return await Promise.all(
SMOKETEST_SITES.map(async (repoName): Promise<string> => {
const jobTitle = 'Smoke Test ' + repoName;
let repoInfo, projectEntry, repoOwner;
Expand Down

0 comments on commit 47d0600

Please sign in to comment.