import bookmarks from other platforms + many other improvements
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user