Commit c96e5dc
Jarret Lavallee
Allow for coalescing boolean values
Prior to this commit, the coalesce method would not properlly handle
boolean values. It would return the default `true` if coalescing a
`false` value. This commit updates the logic to be able to handle
booleans correctly.1 parent 2834b35 commit c96e5dc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments