mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 20:34:02 +03:00
Corrected object check to include 'url' property
This commit is contained in:
parent
ddabd5e808
commit
07782d8fa2
@ -37,6 +37,7 @@ const expectedProperties = {
|
|||||||
.without('locale')
|
.without('locale')
|
||||||
.without('ghost_auth_access_token')
|
.without('ghost_auth_access_token')
|
||||||
.without('ghost_auth_id')
|
.without('ghost_auth_id')
|
||||||
|
.concat('url')
|
||||||
,
|
,
|
||||||
tag: _(schema.tags)
|
tag: _(schema.tags)
|
||||||
.keys()
|
.keys()
|
||||||
|
Loading…
Reference in New Issue
Block a user