mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
Changed name of mail sent collection
This commit is contained in:
parent
449f1e1afc
commit
3a405e22f3
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ MailSent = new mongoose.Schema({
|
|||
'default': Date.now
|
||||
}, {strict: false})
|
||||
|
||||
module.exports = MailSent = mongoose.model('mailSent', MailSent)
|
||||
module.exports = MailSent = mongoose.model('mail.sent', MailSent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue