Use uuid1 instead of uuid4 on all the codebase.

This commit is contained in:
Andrey Antukh 2020-01-21 13:15:13 +01:00
parent 20cd5b1d9c
commit 8dd6c8457f
8 changed files with 12 additions and 12 deletions

View file

@ -14,7 +14,7 @@
(enable-console-print!)
(defonce id (uuid/random))
(defonce id (uuid/next))
(defn- on-message
[event]