BigW Consortium Gitlab

Commit ae90118e by Regis

formatting - eslint

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