Skip to content

Commit

Permalink
Fix capacity guage on session page
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Sep 3, 2024
1 parent 389e355 commit e07cc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/co/gaiwan/compass/routes/sessions.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
(defn GET-session [req]
(let [session-eid (parse-long (get-in req [:path-params :id]))]
{:html/body [session-html/session-detail
(db/entity session-eid)
(q/session session-eid)
(:identity req)]}))

(defn GET-session-card [req]
Expand Down

0 comments on commit e07cc71

Please sign in to comment.