Skip to content

Commit

Permalink
update repl-sessions/revoke.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
humorless committed Sep 6, 2024
1 parent a1dd036 commit e798026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repl-sessions/revoke.clj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
(fn [x]
{:db/id (str "temp-" x)
:user/contacts eid
:discord/email (str "temp-email-" x "@gaiwan.co")
:public-profile/name (str "temp-user-" x)
:public-profile/avatar-url (assets/download-image (str avatar-url-part x ".png"))})
(range 1 11))
Expand All @@ -45,6 +46,6 @@
(range 1 11)))))

(def tx (temp-user-tx
(test-user-eid "Arne")))
(test-user-eid "Laurence")))

(db/transact tx)

0 comments on commit e798026

Please sign in to comment.