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

Commit 91dbaa7

Browse files
committed
revert
1 parent e967df5 commit 91dbaa7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

actions/challenges.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,6 @@ function transferResult(src, helper) {
347347
if (row.final_fix_end_date) {
348348
challenge.finalFixEndDate = formatDate(row.final_fix_end_date);
349349
}
350-
if (!_.isDefined(row.checkpoint_submission_end_date)) {
351-
delete challenge.checkpointSubmissionEndDate;
352-
}
353350

354351
//use xtend to preserve ordering of attributes
355352
challenge = extend(challenge, {

0 commit comments

Comments
 (0)