Skip to content

Commit

Permalink
DOP-4549-b undo return early
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Apr 30, 2024
1 parent 6737e8c commit 89cbb7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/controllers/v1/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ export const getDeployableJobs = async (
};

export const DeployRepo = async (event: any = {}): Promise<any> => {
return prepResponse(200, 'text/plain', 'Form not submitted, will not process request');
const consoleLogger = new ConsoleLogger();
const slackConnector = new SlackConnector(consoleLogger, c);
if (!slackConnector.validateSlackRequest(event)) {
Expand Down

0 comments on commit 89cbb7c

Please sign in to comment.