summaryrefslogtreecommitdiff
path: root/src/bot/impl.lisp
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-10-12 15:30:52 +0300
committerGravatar Uko Kokņevičs2025-10-12 15:30:52 +0300
commita9708dbdd58245b0078c3609f3fba942409eede8 (patch)
treec722ed796504bafdc8038cc5c69537ae34add556 /src/bot/impl.lisp
parentAdd Animation and PhotoSize types (diff)
downloadukkoclot-a9708dbdd58245b0078c3609f3fba942409eede8.tar.gz
ukkoclot-a9708dbdd58245b0078c3609f3fba942409eede8.tar.xz
ukkoclot-a9708dbdd58245b0078c3609f3fba942409eede8.zip
msginfo: pretty print the response
Diffstat (limited to 'src/bot/impl.lisp')
-rw-r--r--src/bot/impl.lisp2
1 files changed, 1 insertions, 1 deletions
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 @@
56(defgeneric fixup-value (value) 56(defgeneric fixup-value (value)
57 (:documentation "Fixup top-level VALUE before passing it onto telegram") 57 (:documentation "Fixup top-level VALUE before passing it onto telegram")
58 (:method (value) 58 (:method (value)
59 (jzon:stringify value)) 59 (jzon:stringify value :pretty *print-pretty*))
60 (:method ((value null)) 60 (:method ((value null))
61 value) 61 value)
62 (:method ((value number)) 62 (:method ((value number))