From ebb12784bba96128e442ac27148a9c8346518379 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 12 Feb 2022 13:22:09 -0600 Subject: tweak macro --- lazybones.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- cgit v1.2.3