Skip to content

Commit

Permalink
chore(openchallenges): 2024-02-26 DB update (Sage-Bionetworks#2532)
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 Feb 26, 2024
1 parent c1f4c76 commit 70f2f7b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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, 305, 319);
Arrays.asList(6, 9, 13, 17, 23, 29, 34, 41, 49, 59, 86, 97, 116, 135, 184, 243, 305, 320);
Integer undatedChallengeCount = 171;

// int currentYear = Year.now().getValue();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
"13","487","hackathon"
"14","491","hackathon"
"15","497","hackathon"
"16","158","benchmark"
"17","457","benchmark"
"18","458","benchmark"
"19","462","benchmark"
Loading

0 comments on commit 70f2f7b

Please sign in to comment.