From 66e33a9c7bd4422c97ab047e74f753db78ee9775 Mon Sep 17 00:00:00 2001 From: somnetsak123 Date: Fri, 8 Dec 2023 22:55:21 +0700 Subject: [PATCH] fix: delete function not use --- Services/client/src/stores/socket.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Services/client/src/stores/socket.ts b/Services/client/src/stores/socket.ts index 8bf26c0..59d6692 100644 --- a/Services/client/src/stores/socket.ts +++ b/Services/client/src/stores/socket.ts @@ -21,7 +21,6 @@ const { updateNewFile, } = useTreeDataStore() -const { fileInfo } = storeToRefs(useFileInfoStore()) export const state = reactive({ connected: false, })