Skip to content

Commit c57e512

Browse files
ABTastyAdelCopilot
andauthored
Update lib/hits/segment.dart
Co-authored-by: Copilot <[email protected]>
1 parent e476083 commit c57e512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hits/segment.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Segment extends BaseHit {
1010
@override
1111
Map<String, Object> get bodyTrack {
1212
var customBody = new Map<String, Object>();
13-
// Convert persona values to String
13+
// Convert persona values to String
1414
Map<String, String> personaString =
1515
persona.map((key, value) => MapEntry(key, value.toString()));
1616
customBody.addAll({"s": personaString, "t": typeOfEvent});

0 commit comments

Comments
 (0)