Skip to content

Commit c7beb5a

Browse files
committed
Minor fix
1 parent f2ec3e9 commit c7beb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitio_platform_interface/lib/split_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class SplitView {
3232
entry['changeNumber'],
3333
mappedConfig,
3434
entry['defaultTreatment'] ?? '',
35-
(entry['sets'] as List).map((el) => el as String).toList());
35+
(entry['sets'] ?? [] as List).map((el) => el as String).toList());
3636
}
3737

3838
@override

0 commit comments

Comments
 (0)