minor change
This commit is contained in:
parent
c85c3bb0d7
commit
9b58ea5c98
|
@ -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({
|
||||
|
|
Ŝarĝante…
Reference in New Issue