property not in schema
This commit is contained in:
parent
e27916f85e
commit
e8922a5fa7
|
@ -214,7 +214,6 @@ class DefaultVectorAnalytics @Inject constructor(
|
|||
private fun Map<String, Any?>.toPostHogUserProperties(): Properties {
|
||||
return Properties().apply {
|
||||
putAll(this@toPostHogUserProperties.filter { it.value != null })
|
||||
put("crypto", "rust")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue