Skip to content

Commit 8426044

Browse files
fix typo
1 parent 62716f2 commit 8426044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/phase-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ class ChallengePhaseHelper {
249249
if (updatedPhase.name === "Post-Mortem") {
250250
updatedPhase.predecessor = "a93544bc-c165-4af4-b55e-18f3593b457a";
251251
}
252-
if (_.undefined(updatedPhase.actualEndDate) && updatedPhase.name !== "Iterative Review") {
252+
if (_.isUndefined(updatedPhase.actualEndDate) && updatedPhase.name !== "Iterative Review") {
253253
updatedPhase.duration = _.defaultTo(_.get(newPhase, "duration"), updatedPhase.duration);
254254
}
255255
if (_.isUndefined(updatedPhase.predecessor)) {

0 commit comments

Comments
 (0)