fix: reference active date

This commit is contained in:
Cory Dransfeldt 2024-01-10 15:24:48 -08:00
parent 36004c18bd
commit 4da116c220
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ export default async function () {
title: link['title'],
url: link['source_url'],
tags: [...new Set(Object.keys(link['tags']))],
date: link['created_at'],
date: link['updated_at'],
summary: link['summary'],
note: link['notes'],
description: `${link['summary']}<br/><br/>`,