From c1e620181f973f48708c45c78b5d2b8438458fc1 Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Tue, 26 Nov 2024 11:22:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=9B=BE=E6=96=87=E6=B2=A1=E6=9C=89=E9=A1=BE=E9=97=AESN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/SnippetStore.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/SnippetStore.js b/src/stores/SnippetStore.js index 62da913..7183294 100644 --- a/src/stores/SnippetStore.js +++ b/src/stores/SnippetStore.js @@ -103,6 +103,7 @@ const useSnippetStore = create(devtools((set, get) => ({ owner: userId + '/2', category: null, content: '', + opi_sn: userId } },