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;