summaryrefslogtreecommitdiff
path: root/service/auth-service.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'service/auth-service.lisp')
-rw-r--r--service/auth-service.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/auth-service.lisp b/service/auth-service.lisp
index 24556b7..e6f3ef4 100644
--- a/service/auth-service.lisp
+++ b/service/auth-service.lisp
@@ -16,4 +16,4 @@
`(let ((,instance (make-instance ',auth-service)))
(when (null (errormsg ,instance))
,@body)
- (objects-to-json `(,,instance))))
+ (org-ckons-json::objects-to-json `(,,instance))))