Hotfix nytimes morningpost description (#1992)
This commit is contained in:
parent
c9b6b252ff
commit
2e2d8759a4
|
|
@ -28,7 +28,7 @@ module.exports = async (ctx) => {
|
|||
const description = await ctx.cache.tryGet(`nyt: ${link}`, async () => {
|
||||
const response = await axios.get(link);
|
||||
|
||||
return utils.ProcessFeed(response.data);
|
||||
return utils.ProcessFeed(response.data).description;
|
||||
});
|
||||
|
||||
item.description = description;
|
||||
|
|
|
|||
Loading…
Reference in New Issue