Skip to content

Commit 6c97cff

Browse files
committed
feat: ✨ add groupTotals attribute to tallyReport
1 parent d7cdc8e commit 6c97cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/matchUps/roundRobinTally/getGroupOrder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function processAttribute({
226226
attribute,
227227
});
228228

229-
const report: any[] = [{ attribute, reversed, groups, idsFilter }];
229+
const report: any[] = [{ attribute, reversed, groups, idsFilter, groupTotals }];
230230
let order;
231231

232232
if (Object.keys(groups).length > 1 && participantIds.length) {

0 commit comments

Comments
 (0)