diff --git a/backend/src/uxbox/util/uuid.clj b/backend/src/uxbox/util/uuid.clj index 3ac34f8ba..d150a7023 100644 --- a/backend/src/uxbox/util/uuid.clj +++ b/backend/src/uxbox/util/uuid.clj @@ -37,3 +37,6 @@ [s] (UUID/fromString s)) +(defn custom + ([a] (UUID. 0 a)) + ([b a] (UUID. b a)))