Skip to content
Snippets Groups Projects
Commit 7db5177f authored by Cam Saul's avatar Cam Saul
Browse files

slightly nicer indentation

parent e8114c72
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@
(defendpoint DELETE "/:id" [id]
(let-404 [{:keys [can_write]} (sel :one Dashboard :id id)]
(check-403 @can_write)
(del Dashboard :id id)))
(check-403 @can_write))
(del Dashboard :id id))
(defendpoint POST "/:id/cards" [id :as {{:keys [cardId]} :body}]
(let-404 [{:keys [can_write]} (sel :one Dashboard :id id)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment