File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
actions/challenge-listing Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,9 @@ const { getService } = services.challenge;
14
14
const { getReviewOpportunitiesService } = services . reviewOpportunities ;
15
15
16
16
/**
17
- * The maximum number of challenges to fetch in a single API call. Currently,
18
- * the backend never returns more than 50 challenges, even when a higher limit
19
- * was specified in the request. Thus, this constant should not be larger than
20
- * 50 (otherwise the frontend code will miss to load some challenges).
17
+ * The maximum number of challenges to fetch in a single API call.
21
18
*/
22
- const PAGE_SIZE = 50 ;
19
+ const PAGE_SIZE = 99 ;
23
20
24
21
/**
25
22
* The maximum number of review opportunities to fetch in a single API call.
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ const BUCKET_DATA = {
48
48
filter : {
49
49
registrationOpen : true ,
50
50
started : true ,
51
- currentPhaseName : 'Registration' ,
52
51
status : [ 'Active' ] ,
53
52
} ,
54
53
hideCount : false ,
You can’t perform that action at this time.
0 commit comments