Skip to content

Commit a53564c

Browse files
committed
refactor: Remove duplicated call to supportsGrouping()
1 parent e9512a0 commit a53564c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Query/Filter/Field.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,6 @@ export abstract class Field {
271271
* or this field does not support grouping.
272272
*/
273273
public parseGroupLine(line: string): Grouper | null {
274-
if (!this.supportsGrouping()) {
275-
return null;
276-
}
277-
278274
return this.createGrouperFromLine(line);
279275
}
280276

0 commit comments

Comments
 (0)