Skip to content

Commit d910382

Browse files
committed
Merge branch 'staging' of https://github.com/Countly/countly-sdk-flutter-bridge into staging-np
2 parents aa1fcb4 + 355e45a commit d910382

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/countly_flutter.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ class Countly {
238238
contentStatus = ContentStatus.closed;
239239
}
240240
Map<String, dynamic> contentData = Map<String, dynamic>.from(argumentsMap['contentData']);
241-
;
242241

243242
Countly.instance._contentBuilderInternal.onContentCallback(contentStatus, contentData);
244243
break;

0 commit comments

Comments
 (0)