fix: wrong status revert

This commit is contained in:
Methapon2001 2025-01-22 16:50:47 +07:00
parent 87a1c3fa80
commit 4031a8121c

View file

@ -402,7 +402,7 @@ export class TaskController extends Controller {
tx.task.update({
where: { id: v.id },
data: {
requestWorkStep: { update: { workStatus: "Pending" } },
requestWorkStep: { update: { workStatus: "Ready" } },
},
}),
),