Skip to content

Commit

Permalink
FIx partial sync
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Nov 8, 2024
1 parent ef52dc2 commit a09f776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/stores.ml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module Orderred_items = struct
Jv.obj
[|
("id", Jv.of_int t.id);
("item", Jv.of_option ~none:(Jv.of_string "") Jv.of_string t.item);
("item", Jv.of_option ~none:Jv.null Jv.of_string t.item);
|]
in
obj
Expand Down

0 comments on commit a09f776

Please sign in to comment.