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 6a7f32f commit a97b172Copy full SHA for a97b172
splitio_ios/ios/Classes/Extensions.swift
@@ -27,7 +27,7 @@ extension SplitView {
27
"defaultTreatment": splitView.defaultTreatment,
28
"sets": splitView.sets,
29
"impressionsDisabled": splitView.impressionsDisabled,
30
- "properties": splitView.properties
+ "properties": "" // TODO
31
]
32
} else {
33
return [:]
0 commit comments