Skip to content

Commit

Permalink
Add test alice editor role back
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Aug 4, 2023
1 parent baa6444 commit eccce2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/src/flybot/server/systems/init_data.clj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"Alice is editor"
#:user{:id "alice-id"
:email "alice@basecity.com"
:name "Alice Martin"})
:name "Alice Martin"
:roles [#:role{:name :editor
:date-granted (u/mk-date)}]})

(def users
[owner-user bob-user alice-user])
Expand Down

0 comments on commit eccce2b

Please sign in to comment.