Skip to content

Commit

Permalink
Fix making empty JSON object.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenMichaelKlose committed Jan 20, 2025
1 parent d4807ca commit 13610a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lml/lml2dom.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
(~> (lml2dom-exec-function x) parent !)))

(fn lml2dom-expr-component (parent x doc)
(with (attrs (%%%make-json-object)
(with (attrs (%make-json-object)
children nil
f [& _
(? (lml-attr? _)
Expand Down

0 comments on commit 13610a1

Please sign in to comment.