fix: error not found
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s

This commit is contained in:
Methapon2001 2025-07-04 15:02:42 +07:00
parent e0be1f6ab5
commit 138031f662

View file

@ -977,7 +977,7 @@ export class RequestListController extends Controller {
});
if (record.responsibleUserId === null) {
await prisma.requestWorkStepStatus.update({
await tx.requestWorkStepStatus.update({
where: {
step_requestWorkId: {
step: step,