chore: minor fixes
This commit is contained in:
parent
21038ad1ad
commit
ad81c2a4ed
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ module.exports = async function () {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: content,
|
title: content,
|
||||||
url: 'https://last.fm/user/coryd_',
|
url: `https://last.fm/user/coryd_?ts=${date}`,
|
||||||
date: new Date(date),
|
date: new Date(date),
|
||||||
description: 'My top artists for the week as a feed item.',
|
description: 'My top artists for the week as a feed item.\n\n',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue