fix: link dates

This commit is contained in:
Cory Dransfeldt 2023-07-14 16:24:11 -07:00
parent fab884fbc3
commit afc5a45a59
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ module.exports = async function () {
return {
title: link['title'],
url: link['source_url'],
time: link['published_date'],
date: new Date(link['published_date']),
summary: link['summary'],
id: link['id'],
}