minor change

This commit is contained in:
daniel31x13 2024-11-09 13:45:11 -05:00
parent c85c3bb0d7
commit 9b58ea5c98

View File

@ -7,7 +7,6 @@ export default async function getTags({
userId?: number;
collectionId?: number;
}) {
console.log("collectionId", collectionId);
if (userId) {
// Remove empty tags
await prisma.tag.deleteMany({