diff --git a/src/common/phase-helper.js b/src/common/phase-helper.js index ce46c38a..f61e3a93 100644 --- a/src/common/phase-helper.js +++ b/src/common/phase-helper.js @@ -178,6 +178,7 @@ class ChallengePhaseHelper { phase.actualEndDate = moment().toDate().toISOString(); } } + return phase; }); }