fix: create response
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 3s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 3s
This commit is contained in:
parent
c7183887c9
commit
a30bc33b81
1 changed files with 2 additions and 0 deletions
|
|
@ -457,6 +457,8 @@ export class CreditNoteController extends Controller {
|
||||||
},
|
},
|
||||||
body: JSON.stringify(data),
|
body: JSON.stringify(data),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
return res;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
{ isolationLevel: Prisma.TransactionIsolationLevel.Serializable },
|
{ isolationLevel: Prisma.TransactionIsolationLevel.Serializable },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue