diff --git a/src/main/blog/server.cljs b/src/main/blog/server.cljs index 5f3b5ef..058081c 100644 --- a/src/main/blog/server.cljs +++ b/src/main/blog/server.cljs @@ -113,7 +113,7 @@ (. app post "/htmx/validation/create-title/" handlers/is-user-authorized - (handlers/htmx-create-title-validation-handler-factory client)) + (handlers/htmx-create-title-validation-handler-factory)) (. app use "/htmx/validation/create-title/" (handlers/user-not-authorized-factory))