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; userId?: number;
collectionId?: number; collectionId?: number;
}) { }) {
console.log("collectionId", collectionId);
if (userId) { if (userId) {
// Remove empty tags // Remove empty tags
await prisma.tag.deleteMany({ await prisma.tag.deleteMany({