Analytics: fix always null identity property
This commit is contained in:
parent
8d7e9baf85
commit
a19642cd8e
|
@ -57,7 +57,7 @@ data class Identity(
|
|||
|
||||
override fun getProperties(): Map<String, Any?>? {
|
||||
return mutableMapOf<String, Any?>().apply {
|
||||
put("ftueUseCaseSelection", null)
|
||||
put("ftueUseCaseSelection", ftueUseCaseSelection?.name)
|
||||
}.takeIf { it.isNotEmpty() }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue