mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed Mention Admin API mapper
There was a typo when reading the featured image property causing it not to show up in the API responses.
This commit is contained in:
parent
52892e0695
commit
a7eeb8f628
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ module.exports = (model) => {
|
|||
source_excerpt: json.sourceExcerpt,
|
||||
source_author: json.sourceAuthor,
|
||||
source_favicon: json.sourceFavicon,
|
||||
source_featured_image: json.sourceFeauredImage
|
||||
source_featured_image: json.sourceFeaturedImage
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue