0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed linter

This commit is contained in:
Nazar Gargol 2019-11-06 15:51:09 +07:00 committed by Naz Gargol
parent 055fc6b09a
commit 9d10f3b3b8

View file

@ -63,9 +63,9 @@ const expectedProperties = {
// returns meta fields from `posts_meta` schema
.concat(
..._(schema.posts_meta).keys()
.without('post_id', 'id')
// pages are not sent as emails
.without('email_subject')
.without('post_id', 'id')
// pages are not sent as emails
.without('email_subject')
)
,