Skip to content

Commit 7a02a1d

Browse files
Merge pull request #606 from topcoder-platform/fix/PLAT-2567
fix missing return
2 parents 0552fab + a23d652 commit 7a02a1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/phase-helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ class ChallengePhaseHelper {
178178
phase.actualEndDate = moment().toDate().toISOString();
179179
}
180180
}
181+
return phase;
181182
});
182183
}
183184

0 commit comments

Comments
 (0)