fix: formatting
This commit is contained in:
parent
305ca8d7e6
commit
8d7d253913
2 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue