mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed lint error
This commit is contained in:
parent
132e278a22
commit
a5990e555b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ module.exports = {
|
|||
.then(() => {
|
||||
const email = frame.data.email;
|
||||
|
||||
return models.Invite.findOne({email: email, status: 'sent'}, frame.options)
|
||||
return models.Invite.findOne({email: email, status: 'sent'}, frame.options);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue