import bookmarks from other platforms + many other improvements

This commit is contained in:
daniel31x13
2023-10-03 14:34:13 +03:30
parent 8fc8874063
commit f15e298cc3
13 changed files with 216 additions and 172 deletions
+1
View File
@@ -8,6 +8,7 @@ export default async function updateLink(
link: LinkIncludingShortenedCollectionAndTags,
userId: number
) {
console.log(link);
if (!link || !link.collection.id)
return {
response: "Please choose a valid link and collection.",