From 5f7ef8792a58ad158ce5835cff99050375fb1b23 Mon Sep 17 00:00:00 2001 From: huytran17 Date: Tue, 28 May 2024 22:03:32 +0700 Subject: [PATCH] initial socket from client --- core/user-dashboard/pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/user-dashboard/pages/index.vue b/core/user-dashboard/pages/index.vue index 059db062..54d0be77 100644 --- a/core/user-dashboard/pages/index.vue +++ b/core/user-dashboard/pages/index.vue @@ -52,7 +52,7 @@ export default { }, fetch() { - initialPrivateSocketIO({user_id: this.me._id}); + initialPrivateSocketIO({ user_id: this.me._id }); }, };