From 09f21b7abfdbe78a515833760f7567bd23614757 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Wed, 23 Dec 2020 18:40:07 -0700 Subject: moved json functions to separate library --- service/auth-service.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/auth-service.lisp') 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)))) -- cgit v1.3