Skip to content

Commit

Permalink
chore: introduce architecture fitness functions
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Oct 12, 2023
1 parent 7a3d698 commit 9185b6c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ interface ClientFingerprintUseCase {
suspend operator fun invoke(userId: UserId, clientId: ClientId): Result
}


class ClientFingerprintUseCaseImpl internal constructor(
private val proteusClientProvider: ProteusClientProvider,
private val prekeyRepository: PreKeyRepository
Expand Down

0 comments on commit 9185b6c

Please sign in to comment.