From 779326c9b21174e3f65c0bf5c9c426995998a0a7 Mon Sep 17 00:00:00 2001 From: Carlos Esquerdo Bernat Date: Mon, 7 Oct 2024 20:18:52 +0200 Subject: [PATCH] cleanup --- vlib/x/json2/json2.v | 1 - 1 file changed, 1 deletion(-) diff --git a/vlib/x/json2/json2.v b/vlib/x/json2/json2.v index c1303111ebe2ae..2963d91ec291f3 100644 --- a/vlib/x/json2/json2.v +++ b/vlib/x/json2/json2.v @@ -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 {