Commit 5f6d741
fix: handle null queue_positions using proper null deserializer
#[serde(default)] handles missing fields but not explicit null values.
Add a null_as_empty_vec deserializer (matching the pattern in market.rs)
to treat null as an empty Vec.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ad3d4d0 commit 5f6d741
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
910 | 910 | | |
911 | 911 | | |
912 | 912 | | |
913 | | - | |
| 913 | + | |
914 | 914 | | |
915 | 915 | | |
916 | 916 | | |
| |||
975 | 975 | | |
976 | 976 | | |
977 | 977 | | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
978 | 990 | | |
979 | 991 | | |
980 | 992 | | |
| |||
0 commit comments