fix(core): update

This commit is contained in:
2021-01-03 14:28:29 +00:00
parent aabb8265cd
commit 7adc7b9fb1
3 changed files with 19 additions and 17 deletions

View File

@ -23,7 +23,8 @@ export class SitemapNews {
return {
title: articleArg.title,
content: articleArg.content,
isoDate: new Date(/* TODO: put article timestamp here */).toISOString()
isoDate: new Date(/* TODO: put article timestamp here */).toISOString(),
link: articleArg.url
};
});