feat: tag list

This commit is contained in:
Nevo David 2025-07-31 20:31:43 +07:00
parent cd52e4ba8a
commit f7899681a5
1 changed files with 1 additions and 1 deletions

View File

@ -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),
},
},
});