Skip to content
Snippets Groups Projects
Commit 4cae81fb authored by Erik Borgeteien Hansen's avatar Erik Borgeteien Hansen
Browse files

lint

parent 2ef95aca
No related branches found
No related tags found
1 merge request!88Community admin
...@@ -22,7 +22,6 @@ const ws = (function () { ...@@ -22,7 +22,6 @@ const ws = (function () {
if (data.status == "NEW_MESSAGE") if (data.status == "NEW_MESSAGE")
fire("NEW_MESSAGE", JSON.parse(payload.body)); fire("NEW_MESSAGE", JSON.parse(payload.body));
}; };
const onConnected = () => { const onConnected = () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment