no message
This commit is contained in:
parent
19ffc8f084
commit
413444fe34
1 changed files with 0 additions and 2 deletions
|
|
@ -927,7 +927,6 @@ export class WorkflowController extends Controller {
|
||||||
orgRevision: { orgRevisionIsDraft: false, orgRevisionIsCurrent: true },
|
orgRevision: { orgRevisionIsDraft: false, orgRevisionIsCurrent: true },
|
||||||
current_holderId: profile.id,
|
current_holderId: profile.id,
|
||||||
},
|
},
|
||||||
select: ["isDirector"],
|
|
||||||
});
|
});
|
||||||
if (!profileOfficer)
|
if (!profileOfficer)
|
||||||
return new HttpSuccess({
|
return new HttpSuccess({
|
||||||
|
|
@ -971,7 +970,6 @@ export class WorkflowController extends Controller {
|
||||||
orgRevision: { orgRevisionIsDraft: false, orgRevisionIsCurrent: true },
|
orgRevision: { orgRevisionIsDraft: false, orgRevisionIsCurrent: true },
|
||||||
current_holderId: profile.id,
|
current_holderId: profile.id,
|
||||||
},
|
},
|
||||||
select: ["isDirector"],
|
|
||||||
});
|
});
|
||||||
if (!profileOfficer)
|
if (!profileOfficer)
|
||||||
return new HttpSuccess({
|
return new HttpSuccess({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue