Skip to content

Commit

Permalink
initial socket from client
Browse files Browse the repository at this point in the history
  • Loading branch information
huytran17 committed May 28, 2024
1 parent 74fc01d commit 5f7ef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/user-dashboard/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
},
fetch() {
initialPrivateSocketIO({user_id: this.me._id});
initialPrivateSocketIO({ user_id: this.me._id });
},
};
</script>

0 comments on commit 5f7ef87

Please sign in to comment.