Skip to content

Commit

Permalink
Update logic/src/commonMain/kotlin/com/wire/kalium/logic/feature/e2ei…
Browse files Browse the repository at this point in the history
…/E2eiCertificate.kt

Co-authored-by: Vitor Hugo Schwaab <[email protected]>
  • Loading branch information
mchenani and vitorhugods authored May 23, 2024
1 parent f92a18f commit 0f3d1d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data class E2eiCertificate(
val endAt: Instant
) {
companion object {
val certificateStatusMapper = MapperProvider.certificateStatusMapper()
private val certificateStatusMapper = MapperProvider.certificateStatusMapper()

fun fromWireIdentity(identity: WireIdentity): E2eiCertificate? =
identity.certificate?.let {
Expand Down

0 comments on commit 0f3d1d8

Please sign in to comment.