Skip to content

Commit

Permalink
Cyberleague: [premieroctet#159] clarify a comment in statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien-Wappizy committed Oct 4, 2024
1 parent 2c4c177 commit 397ab23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/web/server/plugins/cyberleague/statistic.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const computeBellwetherStatistics = async (filters) => {
{path: 'answers', populate: {path: 'question', $match: {is_bellwether: true}, populate: {path: 'text'}}}
])

//if less than STAT_MIN_SCORES stats are not relevant
//if less answers than STAT_MIN_SCORES stats are not relevant
if (scores.length < STAT_MIN_SCORES) {
//TODO
}
Expand Down

0 comments on commit 397ab23

Please sign in to comment.