Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
beetlecrunch committed Nov 24, 2023
1 parent 9d1695e commit 3b6783a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ final case class PurposeVersionActivation(
consumerIPACode = consumer.externalId.value
)
tenantKind <- eService.mode match {
case Receive => producer.kind.toFuture(TenantKindNotFound(consumer.id))
case Receive => producer.kind.toFuture(TenantKindNotFound(producer.id))
case Deliver => consumer.kind.toFuture(TenantKindNotFound(consumer.id))
}
path <- createRiskAnalysisDocument(documentId, purpose, version, eServiceInfo)(tenantKind)
Expand Down

0 comments on commit 3b6783a

Please sign in to comment.