chore: add notes to link fetch
This commit is contained in:
parent
43ccc45e73
commit
3c16d9f1dd
1 changed files with 1 additions and 0 deletions
|
@ -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']),
|
||||
}
|
||||
})
|
||||
|
|
Reference in a new issue