fix: missing type

This commit is contained in:
Methapon2001 2024-04-17 15:00:12 +07:00
parent dbfc8edf14
commit 8c8b37b32b

View file

@ -140,7 +140,7 @@ const useBranchStore = defineStore('api-branch', () => {
async function editById(
id: string,
branch: Partial<BranchCreate>,
branch: Partial<BranchCreate & { status: 'ACTIVE' | 'INACTIVE' }>,
flow?: {
sessionId: string;
refTransactionId: string;