From 8c8b37b32bc00bda858c3e3db187039c8ccb08f6 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:00:12 +0700 Subject: [PATCH] fix: missing type --- src/stores/branch/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/branch/index.ts b/src/stores/branch/index.ts index 626782d4..338e37c8 100644 --- a/src/stores/branch/index.ts +++ b/src/stores/branch/index.ts @@ -140,7 +140,7 @@ const useBranchStore = defineStore('api-branch', () => { async function editById( id: string, - branch: Partial, + branch: Partial, flow?: { sessionId: string; refTransactionId: string;