aboutsummaryrefslogtreecommitdiff
path: root/lib/client.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/client.lisp')
-rw-r--r--lib/client.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/client.lisp b/lib/client.lisp
index 6883b20..233cc42 100644
--- a/lib/client.lisp
+++ b/lib/client.lisp
@@ -188,7 +188,7 @@ running the body. If such a oneliner can be found."
;; otherwise, format the oneliner as json and make a request
;; to create a new oneliner in the wiki
(api:request-with
- (:body (oneliner-to-json local)
+ (:body (oneliner-to-json-body local)
:content-type "application/json")
(api:post--oneliner :token (api-token)) ;TODO: update api to return the instance created.
(format t "Added Oneliner~%"))))))