mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
📎 Add fixme comment for confusing name
This commit is contained in:
parent
baa5258a43
commit
5446464d7e
1 changed files with 4 additions and 1 deletions
|
@ -106,7 +106,10 @@
|
||||||
(defn get-token-path [path]
|
(defn get-token-path [path]
|
||||||
(get-path path token-separator))
|
(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))
|
(split-path path token-separator))
|
||||||
|
|
||||||
(defrecord Token [name type value description modified-at])
|
(defrecord Token [name type value description modified-at])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue