We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57e512 commit 2874d50Copy full SHA for 2874d50
lib/hits/segment.dart
@@ -14,7 +14,7 @@ class Segment extends BaseHit {
14
Map<String, String> personaString =
15
persona.map((key, value) => MapEntry(key, value.toString()));
16
customBody.addAll({"s": personaString, "t": typeOfEvent});
17
- // Add commun body
+ // Add common body
18
customBody.addAll(super.communBodyTrack);
19
return customBody;
20
}
0 commit comments