fix: error openapi spec gen error
This commit is contained in:
parent
962d007483
commit
7a81c614c1
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ export class TaskActionController extends Controller {
|
|||
|
||||
if (!record) throw notFoundError("Task Order");
|
||||
|
||||
return await prisma.$transaction([
|
||||
await prisma.$transaction([
|
||||
prisma.taskOrder.update({
|
||||
where: { id: taskId },
|
||||
data: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue