mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed linter
This commit is contained in:
parent
f34f4a7b8d
commit
640f7155fc
2 changed files with 1 additions and 2 deletions
|
@ -148,7 +148,6 @@ module.exports = {
|
|||
}
|
||||
|
||||
if (!model.get('email') && (model.get('status') === 'published') && model.wasChanged()) {
|
||||
|
||||
const email = await mega.addEmail(model.toJSON());
|
||||
|
||||
if (frame.options.include && frame.options.includes('email')) {
|
||||
|
|
|
@ -861,4 +861,4 @@ figure blockquote p {
|
|||
</body>
|
||||
|
||||
</html>`;
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue