summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/vue_pipelines_index/pipelines.js.es6')
-rw-r--r--app/assets/javascripts/vue_pipelines_index/pipelines.js.es62
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6 b/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6
index b4cdc5080a6..6ef335ab398 100644
--- a/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6
+++ b/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6
@@ -67,7 +67,7 @@
return ({});
},
addTimeInterval(id, that) {
- this.allTimeIntervals.push({ id: id, component: that });
+ this.allTimeIntervals.push({ id, component: that });
},
},
template: `