Skip to content

Commit 3678a58

Browse files
author
Iago Sardiña
committed
Add valueResult to condition serializer
1 parent babfb32 commit 3678a58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/condition.js

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ export default class Condition {
6262
if (this.factResult !== undefined) {
6363
props.factResult = this.factResult
6464
}
65+
if (this.valueResult !== undefined) {
66+
props.valueResult = this.valueResult
67+
}
6568
if (this.result !== undefined) {
6669
props.result = this.result
6770
}

0 commit comments

Comments
 (0)