bug fixed

This commit is contained in:
daniel31x13
2025-09-22 09:43:40 -04:00
parent 6f0ee8eb73
commit 3b916dfb71

View File

@@ -28,6 +28,9 @@ export default async function mergeTags(
where: {
tags: {
some: {
id: {
in: tagIds,
},
ownerId: userId,
},
},