Skip to content

Commit

Permalink
PIN-4020 Resolved PR issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nttdata-rtorsoli committed Sep 29, 2023
1 parent 137b466 commit 4aff227
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ final case class ProcessApiServiceImpl(
tenant <- tenantManagementService.getTenantById(organizationId)
tenantKind <- tenant.kind.toFuture(TenantKindNotFound(tenant.id))
_ <- isRiskAnalysisFormValid(seed.riskAnalysisForm.toTemplate, schemaOnlyValidation = true)(tenantKind.toTemplate)

_ <- catalogManagementService.updateRiskAnalysis(eServiceUuid, riskAnalysisUuid, seed.toDependency)
} yield ()

Expand Down

0 comments on commit 4aff227

Please sign in to comment.