mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 15:08:27 +02:00
✨ Normalize ids parsing on srepl helpers
This commit is contained in:
parent
66eca9ba4a
commit
a5fc42cafa
4 changed files with 16 additions and 31 deletions
|
@ -52,9 +52,9 @@
|
|||
|
||||
(defn parse-uuid
|
||||
[v]
|
||||
(if (uuid? v)
|
||||
v
|
||||
(d/parse-uuid v)))
|
||||
(if (string? v)
|
||||
(d/parse-uuid v)
|
||||
v))
|
||||
|
||||
(defn reset-file-data!
|
||||
"Hardcode replace of the data of one file."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue