Skip to content

Commit

Permalink
compute fewer report leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Sep 27, 2017
1 parent f6e89d2 commit 9dee321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod/src/main/Gamify.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ final class Gamify(
case Some(m) if m._id == lastId => fuccess(months)
case _ if !orCompute => fuccess(months)
case Some(m) => buildHistoryAfter(m.year, m.month, until) >> history(false)
case _ => buildHistoryAfter(2012, 6, until) >> history(false)
case _ => buildHistoryAfter(2017, 6, until) >> history(false)
}
}
}
Expand Down

0 comments on commit 9dee321

Please sign in to comment.