mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 12:48:31 +00:00
📎 Add fixme comment for confusing name
This commit is contained in:
parent
baa5258a43
commit
5446464d7e
@ -106,7 +106,10 @@
|
||||
(defn get-token-path [path]
|
||||
(get-path path token-separator))
|
||||
|
||||
(defn split-token-path [path]
|
||||
;; FIXME: misleading name, we are spliting name into path, not
|
||||
;; spliting path into path
|
||||
(defn split-token-path
|
||||
[path]
|
||||
(split-path path token-separator))
|
||||
|
||||
(defrecord Token [name type value description modified-at])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user