From a9708dbdd58245b0078c3609f3fba942409eede8 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 12 Oct 2025 15:30:52 +0300 Subject: msginfo: pretty print the response --- src/bot/impl.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bot/impl.lisp') diff --git a/src/bot/impl.lisp b/src/bot/impl.lisp index 162938e..85f4496 100644 --- a/src/bot/impl.lisp +++ b/src/bot/impl.lisp @@ -56,7 +56,7 @@ (defgeneric fixup-value (value) (:documentation "Fixup top-level VALUE before passing it onto telegram") (:method (value) - (jzon:stringify value)) + (jzon:stringify value :pretty *print-pretty*)) (:method ((value null)) value) (:method ((value number)) -- cgit v1.2.3