Skip to content

Commit

Permalink
detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-rdx committed Aug 6, 2024
1 parent 359ff4a commit 43538d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class AuthorizeSpecifiedPersonaUseCase @Inject constructor(
.referencesToAuthorizedPersonas
.firstOrNull { authorizedPersonaSimple ->
authorizedPersonaSimple.identityAddress.string ==
(request.authRequest as? AuthorizedRequest.AuthRequest.UsePersonaRequest)?.identityAddress?.string
(request.authRequest as? AuthorizedRequest.AuthRequest.UsePersonaRequest)?.identityAddress?.string
}
if (authorizedPersonaSimple == null) {
respondWithInvalidPersona(incomingRequest)
Expand Down

0 comments on commit 43538d0

Please sign in to comment.