Skip to content

Commit

Permalink
Use id instead of ident for location
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Sep 9, 2024
1 parent 9788e3a commit 91de05d
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 @@ -65,7 +65,7 @@
:session/duration duration
:session/description description
:session/type (or (some-> type parse-long) :session.type/activity)
:session/location (keyword "location.type" location)
:session/location (or (some-> location parse-long) :location.type/hal5-long-table)
:session/organized (parse-long organizer-id)
:session/capacity (parse-long capacity)}
(= ticket-required? "on")
Expand Down

0 comments on commit 91de05d

Please sign in to comment.