mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-01 08:23:57 -04:00
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) ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue