aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/javascript/journey_patterns/actions/index.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/javascript/journey_patterns/actions/index.js b/app/javascript/journey_patterns/actions/index.js
index 9f1c1c8d3..a70a2e6f2 100644
--- a/app/javascript/journey_patterns/actions/index.js
+++ b/app/javascript/journey_patterns/actions/index.js
@@ -199,18 +199,6 @@ const actions = {
}
})
}
-<<<<<<< HEAD
- journeyPatterns.push({
- name: val.name,
- object_id: val.object_id,
- short_id: val.short_id,
- checksum: val.checksum,
- published_name: val.published_name,
- registration_number: val.registration_number,
- stop_points: val.route_short_description.stop_points,
- deletable: false
- })
-=======
journeyPatterns.push(
_.assign({}, val, {
stop_points: val.route_short_description.stop_points,
@@ -218,7 +206,6 @@ const actions = {
deletable: false
})
)
->>>>>>> Refs #5455 @6h; Add time and distance between stops in Journey Patterns
}
}
window.currentItemsLength = journeyPatterns.length