fix(core): update

This commit is contained in:
2020-11-28 14:38:04 +00:00
parent 87e9d844c4
commit 60911f1a01
3 changed files with 17 additions and 8 deletions

View File

@ -22,7 +22,7 @@ export class Smartfeed {
content: article.content
});
}
const feedXmlString = feed.exportRssFeedString();
const feedXmlString = feed.exportAtomFeed();
return feedXmlString;
}