Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-03 18:03:32 +04:00
parent 295d82db8d
commit 92b2c14585

View file

@ -278,5 +278,5 @@ sealed class AnalyticsParam {
fun getReferralParams(referralId: String?): List<Pair<String, String>> = listOf(
REFERRAL to (!referralId.isNullOrBlank()).toString().replaceFirstChar(Char::titlecase),
REFERRAL_ID to (referralId ?: "None"),
REFERRAL_ID to (referralId ?: "Empty"),
)