This commit is contained in:
Nick Winter 2014-03-13 17:59:21 -07:00
commit a22c390568

View file

@ -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) ->