Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
esquerbatua committed Oct 7, 2024
1 parent 497df9f commit 779326c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlib/x/json2/json2.v
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ pub fn map_from[T](t T) map[string]Any {
// TODO
} $else {
// TODO: simplify check of type & improve memory usage when convert
m[field.name] = value
$if field.typ is string {
m[field.name] = value
} $else $if field.typ is bool {
Expand Down

0 comments on commit 779326c

Please sign in to comment.