Skip to content

Commit

Permalink
feat(orchestrator): fix build failure from #1833 (#1850)
Browse files Browse the repository at this point in the history
fix build failure
  • Loading branch information
anludke authored Jun 28, 2024
1 parent d2a76fd commit c0c73e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugins/orchestrator-backend/src/service/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1173,12 +1173,6 @@ function setupInternalRoutes(
.json({ message: error.message || INTERNAL_SERVER_ERROR_MESSAGE });
});
});

router.post('/webhook/jira', async (req, res) => {
const event = req.body as JiraEvent;
await services.jiraService.handleEvent(event);
res.status(200).send();
});
}

// ======================================================
Expand Down

0 comments on commit c0c73e6

Please sign in to comment.