summaryrefslogtreecommitdiff
path: root/lisp/sql/auth-pkg.lisp
diff options
context:
space:
mode:
authorckonstanski <carlos.konstanski@olo.com>2024-12-31 09:50:03 -0700
committerckonstanski <carlos.konstanski@olo.com>2024-12-31 09:50:03 -0700
commit9c88a7c6c71d6109c69a54fc8f4a3a9047b00621 (patch)
tree6a02d33716cdd4a361727b50cf04d35adeaa67a9 /lisp/sql/auth-pkg.lisp
parent497c2c8e00f6b92a7953804719ffa68dcffe5c8b (diff)
fix No User Found with mutex
Diffstat (limited to 'lisp/sql/auth-pkg.lisp')
-rw-r--r--lisp/sql/auth-pkg.lisp4
1 files changed, 2 insertions, 2 deletions
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)