Skip to content

Commit

Permalink
get a clearer repl-sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
humorless committed Aug 14, 2024
1 parent d5d5938 commit f81d2fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions repl-sessions/user-group.clj → repl-sessions/user_group.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@
:where
[?e :user-group/users]]
(db/db))

(def user-entity
(db/entity
(find-user-eid "humorless@gmail.com")))

(type user-entity)

(->
(:user-group/_users user-entity)
first
:user-group/orga)

0 comments on commit f81d2fd

Please sign in to comment.