Commit ac5304f
Paddy Carver
Fix an embarrassing boolean error.
When encoding for msgpack, only encode null values when passed a null
value, not when _not_ passed a null value. Oops.1 parent 0b1f804 commit ac5304f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments