Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JMKassman committed Apr 16, 2019
1 parent fa3b808 commit 0c3c2f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,10 +709,6 @@ app.get('/add-hacker', (req, res) => {
res.sendStatus(403);
return;
}
if(req.body.email == undefined) {
res.sendStatus(400);
return;
}
if (!db_connected) {
res.sendStatus(503);
return;
Expand Down

0 comments on commit 0c3c2f6

Please sign in to comment.