From f909b316c750d8cfb347695f3e56339c045a52a9 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 8 Jan 2021 14:31:24 +0100 Subject: [PATCH] :bug: Fix syntax error introduced in previous commit. --- backend/src/app/rpc.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/rpc.clj b/backend/src/app/rpc.clj index 8929d12fe..14fb08ada 100644 --- a/backend/src/app/rpc.clj +++ b/backend/src/app/rpc.clj @@ -70,7 +70,7 @@ (when (and (:auth mdata true) (not (uuid? (:profile-id params)))) (ex/raise :type :authentication :code :authentication-required - :hint "authentication required for this endpoint" + :hint "authentication required for this endpoint")) (f cfg (us/conform spec params))))) (defn- process-method