diff --git a/api/controllers/v2/github.ts b/api/controllers/v2/github.ts index 733742474..48557ce2d 100644 --- a/api/controllers/v2/github.ts +++ b/api/controllers/v2/github.ts @@ -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 => { const jobTitle = 'Smoke Test ' + repoName; let repoInfo, projectEntry, repoOwner;