Skip to content

Commit

Permalink
fix(next/web): filter exported action log by operator id
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjdd committed Mar 26, 2024
1 parent 586da17 commit e52bf35
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export class ActionLogCollector<T> {

constructor(public options: ActionLogCollectorOptions<T>) {
this.window = [options.filters.dateRange[0].toDate(), options.filters.dateRange[1].toDate()];
this.operatorIds = options.filters.operatorIds;
this.transform = options.transform;
}

Expand Down

0 comments on commit e52bf35

Please sign in to comment.