fix: formatting

This commit is contained in:
Cory Dransfeldt 2024-06-01 16:25:18 -07:00
parent 305ca8d7e6
commit 8d7d253913
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -41,6 +41,7 @@ const fetchAllLinks = async () => {
for (const link of data) {
link.tags = await fetchTagsForLink(link.id)
link.type = 'link'
}
links = links.concat(data)