fix(core): update
This commit is contained in:
parent
04e5be65ec
commit
ce60a8bb51
@ -18,7 +18,8 @@ export class Smartfeed {
|
|||||||
timestamp: article.timestamp,
|
timestamp: article.timestamp,
|
||||||
imageUrl: article.featuredImageUrl,
|
imageUrl: article.featuredImageUrl,
|
||||||
title: article.title,
|
title: article.title,
|
||||||
url: article.url
|
url: article.url,
|
||||||
|
content: article.content
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
const feedXmlString = feed.exportRssFeedString();
|
const feedXmlString = feed.exportRssFeedString();
|
||||||
|
Loading…
Reference in New Issue
Block a user