fix: missing type
This commit is contained in:
parent
dbfc8edf14
commit
8c8b37b32b
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ const useBranchStore = defineStore('api-branch', () => {
|
||||||
|
|
||||||
async function editById(
|
async function editById(
|
||||||
id: string,
|
id: string,
|
||||||
branch: Partial<BranchCreate>,
|
branch: Partial<BranchCreate & { status: 'ACTIVE' | 'INACTIVE' }>,
|
||||||
flow?: {
|
flow?: {
|
||||||
sessionId: string;
|
sessionId: string;
|
||||||
refTransactionId: string;
|
refTransactionId: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue