chore: add notes to link fetch

This commit is contained in:
Cory Dransfeldt 2023-08-18 16:05:31 -07:00
parent 43ccc45e73
commit 3c16d9f1dd
No known key found for this signature in database

View file

@ -19,6 +19,7 @@ module.exports = async function () {
? new Date(link['published_date'])
: new Date(link['created_at']),
summary: link['summary'],
notes: link['notes'],
id: btoa(link['source_url']),
}
})