Skip to content

Commit

Permalink
Fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
naz committed Nov 7, 2019
1 parent f34f4a7 commit 640f715
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion core/server/api/canary/posts.js
Expand Up @@ -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')) {
Expand Down
2 changes: 1 addition & 1 deletion core/server/services/mega/template.js
Expand Up @@ -861,4 +861,4 @@ figure blockquote p {
</body>
</html>`;
}
};

0 comments on commit 640f715

Please sign in to comment.