mirror of
https://github.com/penpot/penpot.git
synced 2025-05-16 20:36:11 +02:00
✨ Use uuid1 instead of uuid4 on all the codebase.
This commit is contained in:
parent
20cd5b1d9c
commit
8dd6c8457f
8 changed files with 12 additions and 12 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
(enable-console-print!)
|
||||
|
||||
(defonce id (uuid/random))
|
||||
(defonce id (uuid/next))
|
||||
|
||||
(defn- on-message
|
||||
[event]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue