Skip to content

Commit

Permalink
chore(openchallenges): 2024-07-02 DB update (#2736)
Browse files Browse the repository at this point in the history
Co-authored-by: vpchung <[email protected]>
  • Loading branch information
github-actions[bot] and vpchung authored Jul 2, 2024
1 parent d5ed7d8 commit c9db063
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public ChallengesPerYearDto getChallengesPerYear() {
// The following line will be auto-updated by a script and should NOT be modified manually.
List<Integer> challengeCounts =
/* AUTO-UPDATE MARKER */
Arrays.asList(6, 9, 13, 17, 23, 29, 34, 41, 49, 59, 86, 97, 116, 135, 183, 242, 306, 343);
Arrays.asList(6, 9, 13, 17, 23, 29, 34, 41, 49, 59, 86, 97, 116, 135, 183, 242, 306, 344);
Integer undatedChallengeCount = 171;

// int currentYear = Year.now().getValue();
Expand Down
Loading

0 comments on commit c9db063

Please sign in to comment.