mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-30 11:44:25 +01:00
Try this?
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user