From: Steinar H. Gunderson Date: Sat, 22 Feb 2020 10:24:30 +0000 (+0100) Subject: Add a FIXME. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d14a429ea15184ad2659ba149f3caabef5bfd023;p=ultimatescore Add a FIXME. --- diff --git a/carousel.js b/carousel.js index ba0c93e..f8f2f8c 100644 --- a/carousel.js +++ b/carousel.js @@ -441,7 +441,7 @@ function filter_teams(teams, response) let idx1 = teams_to_idx[games[i].name1]; let idx2 = teams_to_idx[games[i].name2]; if (idx1 !== undefined) { - ++teams[idx1].ngames; + ++teams[idx1].ngames; // FIXME: shouldn't nplayed be just as good? } if (idx2 !== undefined) { ++teams[idx2].ngames;