fix browser extension bug

This commit is contained in:
daniel31x13
2024-03-17 19:07:51 -04:00
parent ffc037b854
commit 546e216ac9
+1
View File
@@ -48,6 +48,7 @@ export default async function postLink(
return { response: "Collection is not accessible.", status: 401 };
link.collection.id = findCollection.id;
link.collection.ownerId = findCollection.ownerId;
} else {
const collection = await prisma.collection.create({
data: {