Skip to content

Commit 627c5bf

Browse files
authored
Merge pull request #26 from PostHog/haacked/null-condition-index
2 parents f11aa42 + c663bef commit 627c5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/fixtures/decide.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"variant": null,
6262
"reason": {
6363
"code": "no_condition_match",
64-
"condition_index": 0,
64+
"condition_index": null,
6565
"description": "No matching condition set"
6666
},
6767
"metadata": {

0 commit comments

Comments
 (0)