Skip to content

Commit

Permalink
fix: remove unrequired response
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranlovett committed Aug 1, 2023
1 parent bb40c3e commit 8cf3160
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ function startWebserver() {
});

webserver.post('/', function (req, res) {
res.send('Got it.');
const eventName = req.body['event_name'];
if (eventName === 'project_create') {
/*
Expand Down

0 comments on commit 8cf3160

Please sign in to comment.