Skip to content

Commit a23d652

Browse files
fix missing return
1 parent eb7fad5 commit a23d652

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)