mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Corrected object check to include 'url' property
This commit is contained in:
parent
ddabd5e808
commit
07782d8fa2
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ const expectedProperties = {
|
|||
.without('locale')
|
||||
.without('ghost_auth_access_token')
|
||||
.without('ghost_auth_id')
|
||||
.concat('url')
|
||||
,
|
||||
tag: _(schema.tags)
|
||||
.keys()
|
||||
|
|
Loading…
Add table
Reference in a new issue