From 9c88a7c6c71d6109c69a54fc8f4a3a9047b00621 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Tue, 31 Dec 2024 09:50:03 -0700 Subject: fix No User Found with mutex --- lisp/sql/auth-pkg.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/sql/auth-pkg.lisp') diff --git a/lisp/sql/auth-pkg.lisp b/lisp/sql/auth-pkg.lisp index c5f8839..21a996e 100644 --- a/lisp/sql/auth-pkg.lisp +++ b/lisp/sql/auth-pkg.lisp @@ -193,8 +193,8 @@ even if it's just a guest user." (set-user user)))) (defun get-user () - "Convenience function for getting the `authenticated-user' from user -session." + "Convenience function for getting the `authenticated-user' from the +user session." (get-session-object *authenticated-user-session-key*)) (defun set-user (user) -- cgit v1.3