Commit ae90118e authored by Regis's avatar Regis

formatting - eslint

parent b4d8cb0c
...@@ -14,7 +14,10 @@ ...@@ -14,7 +14,10 @@
goFetch(Vue); goFetch(Vue);
setInterval(() => { console.log('DID IT'); goFetch(Vue) }, 3000); setInterval(() => {
console.log('DID IT');
goFetch(Vue);
}, 3000);
} }
}; };
})(window.gl || (window.gl = {})); })(window.gl || (window.gl = {}));
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