We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62716f2 commit 8426044Copy full SHA for 8426044
src/common/phase-helper.js
@@ -249,7 +249,7 @@ class ChallengePhaseHelper {
249
if (updatedPhase.name === "Post-Mortem") {
250
updatedPhase.predecessor = "a93544bc-c165-4af4-b55e-18f3593b457a";
251
}
252
- if (_.undefined(updatedPhase.actualEndDate) && updatedPhase.name !== "Iterative Review") {
+ if (_.isUndefined(updatedPhase.actualEndDate) && updatedPhase.name !== "Iterative Review") {
253
updatedPhase.duration = _.defaultTo(_.get(newPhase, "duration"), updatedPhase.duration);
254
255
if (_.isUndefined(updatedPhase.predecessor)) {
0 commit comments