Skip to content

Commit ec465e1

Browse files
committed
Merge branch 'fixFlutterSegment' of github.com:flagship-io/flagship-flutter-sdk into fixFlutterSegment
2 parents 6208944 + 2874d50 commit ec465e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/hits/segment.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ 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});
17-
// Add commun body
17+
// Add common body
1818
customBody.addAll(super.communBodyTrack);
1919
return customBody;
2020
}

0 commit comments

Comments
 (0)