mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Removed un-used "internal" property in TaxonomyRouter
no issue - discovered while implementing https://github.com/TryGhost/Ghost/pull/10333
This commit is contained in:
parent
a69a2d814c
commit
5e9710cf60
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class TaxonomyRouter extends ParentRouter {
|
|||
type: 'channel',
|
||||
name: this.taxonomyKey,
|
||||
permalinks: this.permalinks.getValue(),
|
||||
data: {[this.taxonomyKey]: _.omit(RESOURCE_CONFIG.QUERY[this.taxonomyKey], ['internal'])},
|
||||
data: {[this.taxonomyKey]: RESOURCE_CONFIG.QUERY[this.taxonomyKey]},
|
||||
filter: RESOURCE_CONFIG.TAXONOMIES[this.taxonomyKey].filter,
|
||||
resourceType: this.getResourceType(),
|
||||
context: [this.taxonomyKey],
|
||||
|
|
Loading…
Reference in a new issue