Skip to content

Commit

Permalink
fix: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
larshelge committed Nov 26, 2024
1 parent a84ff58 commit e375211
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ protected AnalyticsTableColumn getPartitionColumn() {
private List<AnalyticsTableColumn> getAttributeCategoryColumns(Program program) {
if (program.hasNonDefaultCategoryCombo()) {
List<Category> categories = program.getCategoryCombo().getDataDimensionCategories();

return categories.stream()
.map(
category ->
Expand Down

0 comments on commit e375211

Please sign in to comment.