fix: create response
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 3s

This commit is contained in:
Methapon2001 2025-07-22 14:38:29 +07:00
parent c7183887c9
commit a30bc33b81

View file

@ -457,6 +457,8 @@ export class CreditNoteController extends Controller {
},
body: JSON.stringify(data),
});
return res;
});
},
{ isolationLevel: Prisma.TransactionIsolationLevel.Serializable },