summaryrefslogtreecommitdiff
path: root/src/bot/impl.lisp
diff options
context:
space:
mode:
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))