Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-05 17:23:28 +02:00
parent 02c12c524b
commit 744667c535

View file

@ -13,7 +13,7 @@ internal sealed class StoriesEvents(
val source: String,
val watchCount: String,
) : StoriesEvents(
event = "Swap Stories",
event = "Swap Story",
params = mapOf(
AnalyticsParam.SOURCE to source,
WATCHED to watchCount,