Try this?
This commit is contained in:
parent
a1c8d3352f
commit
2d2157293c
|
@ -65,7 +65,7 @@ function getFilterQuery(filter: Filter) {
|
|||
return query
|
||||
.leftJoin('tags', 'tags.event_id', 'events.id')
|
||||
.where('tags.tag', '=', tag)
|
||||
.where('tags.value_1', 'in', value);
|
||||
.where('tags.value_1', 'in', value) as typeof query;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue