mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed linter
This commit is contained in:
parent
055fc6b09a
commit
9d10f3b3b8
1 changed files with 3 additions and 3 deletions
|
@ -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')
|
||||
)
|
||||
,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue