Commit c2d6969c authored by Regis's avatar Regis

formatting

parent 25714603
......@@ -10,7 +10,9 @@
this.$http.get(`${api}/${this.scope}/pipelines?per_page=30&${pageNum}`)
.then((response) => {
Vue.set(this, 'pipelines', JSON.parse(response.body));
}, () => new Flash('Something went wrong on our end.'));
}, () => new Flash(
'Something went wrong on our end.'
));
// inital fetch and then start timeout loop
goFetch();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment