Commit a12b99a7 authored by Phil Hughes's avatar Phil Hughes

Fixed eslint errors

parent 809bba7d
/* eslint-disable one-var, quote-props, comma-dangle, space-before-function-paren, no-new */ /* eslint-disable one-var, quote-props, comma-dangle, space-before-function-paren */
/* global Vue */ /* global Vue */
/* global BoardService */ /* global BoardService */
......
...@@ -102,7 +102,6 @@ class List { ...@@ -102,7 +102,6 @@ class List {
} }
this.createIssues(data.issues); this.createIssues(data.issues);
console.log(this.issues.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