mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-30 14:51:13 -04:00
Fixed the CLA date property setting.
This commit is contained in:
parent
0499cddbe6
commit
1ad9f5e283
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ UserHandler = class UserHandler extends Handler
|
|||
email: req.user.get 'email'
|
||||
name: req.user.get 'name'
|
||||
githubUsername: req.body.githubUsername
|
||||
created: new Date()
|
||||
created: new Date()+''
|
||||
collection = mongoose.connection.db.collection 'cla.submissions', (err, collection) ->
|
||||
return @sendDatabaseError(res, err) if err
|
||||
collection.insert doc, (err) ->
|
||||
|
|
Loading…
Add table
Reference in a new issue