mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +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('ghost_auth_access_token')
|
||||
.without('ghost_auth_id')
|
||||
.concat('url')
|
||||
,
|
||||
tag: _(schema.tags)
|
||||
.keys()
|
||||
|
Loading…
Reference in New Issue
Block a user