fix: installments validate failed on update no payload
This commit is contained in:
parent
23baff94de
commit
f26de4f639
1 changed files with 0 additions and 6 deletions
|
|
@ -466,12 +466,6 @@ export class ServiceController extends Controller {
|
|||
);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
throw new HttpError(
|
||||
HttpStatus.BAD_REQUEST,
|
||||
"Installments validate failed.",
|
||||
"installmentsValidateFailed",
|
||||
);
|
||||
}
|
||||
|
||||
const record = await prisma.$transaction(async (tx) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue