Commit 1ef5f91c authored by Bryce Johnson's avatar Bryce Johnson

Shush eslint.

parent a2c9a826
......@@ -30,7 +30,7 @@
},
triggeredBy() {
const response = this.pipeline.triggered_by;
return response ? [ response ] : [];
return response ? [response] : [];
},
hasTriggered() {
return !!this.triggered.length;
......
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