Merge branch 'main' into feat/mention

This commit is contained in:
Nevo David 2025-07-31 20:32:18 +07:00
commit 0d06fa000f
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),
},
},
});