mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 22:13:32 -04:00
Fixed bug with anonymous players' email addresses not making it through.
This commit is contained in:
parent
c8c76e6b74
commit
4e11870be0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module.exports.setup = (app) ->
|
|||
return res.end()
|
||||
|
||||
createMailContext = (req, done) ->
|
||||
sender = req.body.sender
|
||||
sender = req.body.sender or req.body.email
|
||||
message = req.body.message
|
||||
user = req.user
|
||||
recipientID = req.body.recipientID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue