property not in schema

This commit is contained in:
Valere 2023-10-11 12:13:50 +02:00
parent e27916f85e
commit e8922a5fa7
1 changed files with 0 additions and 1 deletions

View File

@ -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")
}
}