mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03: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
@ -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…
Reference in New Issue
Block a user