Skip to content

Commit

Permalink
Merge branch 'main' into feature-FDS-829-component-requitrement-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelamb authored May 6, 2024
2 parents 420443b + 2990dba commit 08ea0d7
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 18 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 08ea0d7

Please sign in to comment.