Merge branch 'main' into feat/mention
This commit is contained in:
commit
0d06fa000f
|
|
@ -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