aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-12 13:22:09 -0600
committerColin Okay <okay@toyful.space>2022-02-12 13:22:09 -0600
commitebb12784bba96128e442ac27148a9c8346518379 (patch)
tree28a8d6c49e62aab2d5befe3d97fe51c7247a7ea4
parent46ce31534cf631eeb25963c759979fa4bf19f72b (diff)
tweak macro
-rw-r--r--lazybones.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazybones.lisp b/lazybones.lisp
index 03f6c70..0310200 100644
--- a/lazybones.lisp
+++ b/lazybones.lisp
@@ -338,7 +338,7 @@ making a new one if not."
(if (stringp (first body)) (rest body) body))
(real-body
(if query-params
- `((map-parameters ,query-params ,@body-without-docstring))
+ `((lazybones:map-parameters ,query-params ,@body-without-docstring))
body-without-docstring)))
`(let* ((,the-app
(or (app ',appname) (make-instance 'lazybones:app :name ',appname)))