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 e476083 commit c57e512Copy full SHA for c57e512
lib/hits/segment.dart
@@ -10,7 +10,7 @@ class Segment extends BaseHit {
10
@override
11
Map<String, Object> get bodyTrack {
12
var customBody = new Map<String, Object>();
13
-// Convert persona values to String
+ // Convert persona values to String
14
Map<String, String> personaString =
15
persona.map((key, value) => MapEntry(key, value.toString()));
16
customBody.addAll({"s": personaString, "t": typeOfEvent});
0 commit comments