summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-18 14:39:08 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-18 14:39:08 +0300
commit70a6891692dce6a016c96188dc7c4871cc6c2413 (patch)
tree5fa516cb2f5ebb90a46f7896873afd867c7d7c8f
parent89ff7678de691bca3175864898de941f5e140d74 (diff)
downloadwebui-vue-70a6891692dce6a016c96188dc7c4871cc6c2413.tar.xz
rm ws filters
-rw-r--r--src/store/plugins/WebSocketPlugin.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/store/plugins/WebSocketPlugin.js b/src/store/plugins/WebSocketPlugin.js
index b3acdf2e..316eb77f 100644
--- a/src/store/plugins/WebSocketPlugin.js
+++ b/src/store/plugins/WebSocketPlugin.js
@@ -9,10 +9,7 @@
*/
const WebSocketPlugin = (store) => {
let ws;
- const data = {
- paths: [],
- interfaces: [],
- };
+ const data = {};
const initWebSocket = () => {
const socketDisabled =