Skip to content

Commit

Permalink
fix(sdDoc): set process step to skipped if ClearinghouseConnectDisabl…
Browse files Browse the repository at this point in the history
…ed is true (#874)

Refs: #792
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 committed Jul 26, 2024
1 parent 53a4369 commit 2e9ba1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public Task RegisterConnectorAsync(
if (_settings.ClearinghouseConnectDisabled)
{
return new IApplicationChecklistService.WorkerChecklistProcessStepExecutionResult(
ProcessStepStatusId.DONE,
ProcessStepStatusId.SKIPPED,
entry => entry.ApplicationChecklistEntryStatusId = ApplicationChecklistEntryStatusId.DONE,
new[] { ProcessStepTypeId.ACTIVATE_APPLICATION },
null,
Expand Down

0 comments on commit 2e9ba1a

Please sign in to comment.