Skip to content

Commit

Permalink
DOP-4414 last cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Mar 25, 2024
1 parent 770ffcc commit 2da0106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions api/controllers/v2/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ export const triggerSmokeTestAutomatedBuild = async (event: APIGatewayEvent): Pr
return {
statusCode: 202,
headers: { 'Content-Type': 'text/plain' },
body: `Build on branch
${body.workflow_run.head_branch}
will not trigger site deployments as it was not on main branch in upstream repo`,
body: `Build on branch ${body.workflow_run.head_branch} will not trigger site deployments as it was not on main branch in upstream repo`,
};
}

Expand Down
4 changes: 2 additions & 2 deletions src/repositories/projectsRepository.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mongodb, { Db } from 'mongodb';
import c, { IConfig } from 'config';
import mongodb from 'mongodb';
import { IConfig } from 'config';
import { BaseRepository } from './baseRepository';
import { ILogger } from '../services/logger';

Expand Down

0 comments on commit 2da0106

Please sign in to comment.