Skip to content

Commit ff885c8

Browse files
author
Bilal Al
committed
updated default condition json
1 parent 24fd1f7 commit ff885c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

splitio/models/splits.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
"combiner": "AND",
2020
"matchers": [
2121
{
22-
"keySelector": None,
22+
"keySelector": {
23+
"trafficType": "user",
24+
"attribute": None
25+
},
2326
"matcherType": "ALL_KEYS",
2427
"negate": False,
2528
"userDefinedSegmentMatcherData": None,

0 commit comments

Comments
 (0)