Skip to content

Commit

Permalink
PIN-4572 Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
nttdata-rtorsoli committed Feb 20, 2024
1 parent 804d6f5 commit 6fb41c8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ final case class AttributeRegistryApiServiceImpl(
private implicit val logger: LoggerTakingImplicit[ContextFieldsToLog] =
Logger.takingImplicit[ContextFieldsToLog](this.getClass)

val IPA = "IPA"

private def getCertifier(tenantId: UUID): Future[String] = for {
tenant <- tenantManagementService.getTenantById(tenantId)
certifier = tenant.features
Expand Down

0 comments on commit 6fb41c8

Please sign in to comment.