Skip to content

Commit

Permalink
chore: check the whole table when getting group points without passin…
Browse files Browse the repository at this point in the history
…g viewId (#619)
  • Loading branch information
boris-w committed May 24, 2024
1 parent 26ae386 commit 60fcac5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,6 @@ export class AggregationService {
public async getGroupPoints(tableId: string, query?: IGroupPointsRo) {
const { viewId, groupBy: extraGroupBy, filter, search } = query || {};

if (!viewId) return null;

const groupBy = parseGroup(extraGroupBy);

if (!groupBy?.length) return null;
Expand Down

0 comments on commit 60fcac5

Please sign in to comment.