Update to remove unused variable for the validation route.

main
KKlochko 1 year ago
parent 0c3aa99918
commit 2d9add29e6

@ -113,7 +113,7 @@
(. app post "/htmx/validation/create-title/" (. app post "/htmx/validation/create-title/"
handlers/is-user-authorized 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/" (. app use "/htmx/validation/create-title/"
(handlers/user-not-authorized-factory)) (handlers/user-not-authorized-factory))

Loading…
Cancel
Save