Merge branch 'master' of https://github.com/codecombat/codecombat
This commit is contained in:
commit
a22c390568
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ isRequestFromDesignatedCronHandler = (req, res) ->
|
||||||
console.log "UNAUTHORIZED ATTEMPT TO SEND TRANSACTIONAL LADDER EMAIL THROUGH CRON MAIL HANDLER"
|
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.send("You aren't authorized to perform that action. Only the specified Cron handler may perform that action.")
|
||||||
res.end()
|
res.end()
|
||||||
return true
|
return false
|
||||||
return false
|
return true
|
||||||
|
|
||||||
|
|
||||||
handleLadderUpdate = (req, res) ->
|
handleLadderUpdate = (req, res) ->
|
||||||
|
|
Reference in a new issue