mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-29 07:24:08 -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
|
'default': Date.now
|
||||||
}, {strict: false})
|
}, {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