Skip to content

Commit ccd2dfe

Browse files
committed
removes redundant websockets connect
1 parent 7022e53 commit ccd2dfe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/components/navbar/Tasks.vue

-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ export default {
3333
created() {
3434
this.fetch = debounce(this.fetch, 500);
3535
this.count();
36-
this.connect();
3736
this.listen();
3837
},
3938
4039
methods: {
41-
...mapActions('websockets', ['connect']),
4240
computeScrollPosition(event) {
4341
const a = event.target.scrollTop;
4442
const b = event.target.scrollHeight - event.target.clientHeight;

0 commit comments

Comments
 (0)