feat: tag list
This commit is contained in:
parent
cd52e4ba8a
commit
f7899681a5
|
|
@ -394,7 +394,7 @@ export class PostsRepository {
|
|||
where: {
|
||||
orgId: orgId,
|
||||
name: {
|
||||
in: tags.map((tag) => tag.label),
|
||||
in: tags.map((tag) => tag.label).filter(f => f),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue