mirror of
https://github.com/penpot/penpot.git
synced 2025-03-21 04:01:24 -05:00
🐛 Fix metada on fixtures (back).
This commit is contained in:
parent
2b35d85094
commit
08dc1870bf
1 changed files with 1 additions and 1 deletions
|
@ -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")}))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue