no message

This commit is contained in:
kittapath 2024-11-14 11:51:16 +07:00
parent 19ffc8f084
commit 413444fe34

View file

@ -927,7 +927,6 @@ export class WorkflowController extends Controller {
orgRevision: { orgRevisionIsDraft: false, orgRevisionIsCurrent: true },
current_holderId: profile.id,
},
select: ["isDirector"],
});
if (!profileOfficer)
return new HttpSuccess({
@ -971,7 +970,6 @@ export class WorkflowController extends Controller {
orgRevision: { orgRevisionIsDraft: false, orgRevisionIsCurrent: true },
current_holderId: profile.id,
},
select: ["isDirector"],
});
if (!profileOfficer)
return new HttpSuccess({