Skip to content
Snippets Groups Projects
Commit dd43153d authored by Allen Gilliland's avatar Allen Gilliland
Browse files

paredit mode got me somehow :/

parent 62c6281f
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@
;; superusers get all organizations
(sel :many Org)
;; normal users simply see the orgs they are members of
(sel :many Org (where {:id [in (subselect OrgPerm (fields :organization_id) (where {:user_id *current-user-id*}))]})))
(sel :many Org (where {:id [in (subselect OrgPerm (fields :organization_id) (where {:user_id *current-user-id*}))]}))))
(defendpoint POST "/" [:as {{:keys [name slug] :as body} :body}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment