Skip to content

Commit 19460ed

Browse files
author
Vikas Agarwal
committed
Fixed lin
1 parent 1bb5c08 commit 19460ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/events/milestones/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ const milestoneUpdatedHandler = Promise.coroutine(function* (logger, msg, channe
8686
// if timeline is modified
8787
if (data.cascadedUpdates && data.cascadedUpdates.timeline) {
8888
cTimeline = data.cascadedUpdates.timeline;
89-
// if endDate of the timeline is modified, update the end date in the index
90-
if (cTimeline.original.endDate !== cTimeline.updated.endDate) {
91-
}
9289
}
9390

9491
const merged = _.assign(doc._source, cTimeline, { milestones }); // eslint-disable-line no-underscore-dangle

0 commit comments

Comments
 (0)