0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed linter

This commit is contained in:
Nazar Gargol 2019-11-07 11:16:22 +07:00 committed by Naz Gargol
parent f34f4a7b8d
commit 640f7155fc
2 changed files with 1 additions and 2 deletions

View file

@ -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')) {

View file

@ -861,4 +861,4 @@ figure blockquote p {
</body>
</html>`;
}
};