fix: removed multiple message events added to CustomWebsocket

This commit is contained in:
Roberto Tonino
2021-03-01 21:22:32 +01:00
parent c6a2f35fbf
commit cbf3a5c677
4 changed files with 1384 additions and 1334 deletions

View File

@@ -7,5 +7,6 @@
"trailingComma": "none",
"printWidth": 120,
"arrowParens": "avoid",
"vueIndentScriptAndStyle": false
}
"vueIndentScriptAndStyle": false,
"endOfLine": "lf"
}