Skip to content

Commit

Permalink
chore(openchallenges): 2024-04-30 DB update (#2656)
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 Apr 30, 2024
1 parent e67ce0b commit 6d59100
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 16 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, 184, 243, 306, 327);
Arrays.asList(6, 9, 13, 17, 23, 29, 34, 41, 49, 59, 86, 97, 116, 135, 183, 242, 306, 338);
Integer undatedChallengeCount = 171;

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

0 comments on commit 6d59100

Please sign in to comment.