mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 12:48:31 +00:00
🐛 Make the app.common.time/inst nil safe
This commit is contained in:
parent
cf1a8fff65
commit
9ae1a08573
@ -259,6 +259,9 @@
|
||||
(defn inst
|
||||
[s]
|
||||
(cond
|
||||
(nil? s)
|
||||
s
|
||||
|
||||
(inst? s)
|
||||
s
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user