Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 504d4b0

Browse files
committed
fix sort columns for total prize and first place prize
1 parent 6aeb282 commit 504d4b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

initializers/helper.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ var apiName2dbNameMap = {
261261
currentphaseremainingtime: 'current_phase_remaining_time',
262262
currentphasename: 'current_phase_name',
263263
registrationopen: 'registration_open',
264-
totalPrize: 'total_prize',
264+
totalprize: 'total_prize',
265265
registrationstartdate: 'registration_start_date',
266266
challengecommunity: 'challenge_community',
267267
problemid: 'problem_id',
@@ -280,7 +280,8 @@ var apiName2dbNameMap = {
280280
challengestarttime: "challenge_start_time",
281281
challengeendtime: "challenge_end_time",
282282
systeststarttime: "systest_start_time",
283-
systestendtime: "systest_end_time"
283+
systestendtime: "systest_end_time",
284+
firstplaceprize: "first_place_prize"
284285
};
285286

286287
/**

0 commit comments

Comments
 (0)