fix: adjust event report filters to use 'all' status and event_id field resolution
This commit is contained in:
@@ -385,7 +385,7 @@ export async function search__event_session({
|
||||
|
||||
const search_query: any = {
|
||||
q: '',
|
||||
and: [{ field: 'event_id_random', op: 'eq', value: event_id }]
|
||||
and: [{ field: 'event_id', op: 'eq', value: event_id }]
|
||||
};
|
||||
|
||||
const params: key_val = {};
|
||||
|
||||
Reference in New Issue
Block a user