Skip to content

Commit

Permalink
[CAE-563] Removed unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
htemelski committed Feb 14, 2025
1 parent e075afe commit fc1003f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/search/lib/commands/AGGREGATE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export interface FtAggregateOptions {
TIMEOUT?: number;
STEPS?: Array<GroupByStep | SortStep | ApplyStep | LimitStep | FilterStep>;
PARAMS?: FtSearchParams;
SKIPDIALECT?: boolean;
DIALECT?: number;
}

Expand Down

0 comments on commit fc1003f

Please sign in to comment.