diff --git a/server/routes/mail.coffee b/server/routes/mail.coffee index d0c2290e2..07f7169fd 100644 --- a/server/routes/mail.coffee +++ b/server/routes/mail.coffee @@ -34,8 +34,8 @@ isRequestFromDesignatedCronHandler = (req, res) -> console.log "UNAUTHORIZED ATTEMPT TO SEND TRANSACTIONAL LADDER EMAIL THROUGH CRON MAIL HANDLER" res.send("You aren't authorized to perform that action. Only the specified Cron handler may perform that action.") res.end() - return true - return false + return false + return true handleLadderUpdate = (req, res) ->