0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-20 19:51:23 -05:00

🐛 Fix metada on fixtures (back).

This commit is contained in:
Andrey Antukh 2019-07-24 00:46:33 +02:00
parent 2b35d85094
commit 08dc1870bf

View file

@ -37,7 +37,7 @@
{:username (str "user" i)
:id (mk-uuid "user" i)
:fullname (str "User " i)
:metadata (data-encode {})
:metadata {}
:password "123123"
:email (str "user" i ".test@uxbox.io")}))