mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-03-03 03:47:02 +00:00
bug fixed
This commit is contained in:
@@ -28,6 +28,9 @@ export default async function mergeTags(
|
||||
where: {
|
||||
tags: {
|
||||
some: {
|
||||
id: {
|
||||
in: tagIds,
|
||||
},
|
||||
ownerId: userId,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user