Commit 573a6569 authored by Bryce Johnson's avatar Bryce Johnson

Reduce line length of fetchIssuable.

parent 5aa353eb
...@@ -23,7 +23,10 @@ ...@@ -23,7 +23,10 @@
}, },
methods: { methods: {
fetchIssuable() { fetchIssuable() {
return gl.IssuableResource.get.call(gl.IssuableResource, { type: 'GET', url: gl.IssuableResource.endpoint }); return gl.IssuableResource.get.call(gl.IssuableResource, {
type: 'GET',
url: gl.IssuableResource.endpoint,
});
}, },
initPolling() { initPolling() {
return new gl.SmartInterval({ return new gl.SmartInterval({
......
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