mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
Fix transit datetime serialization.
This commit is contained in:
parent
0c4e634c44
commit
a522682ee4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
"m" datetime-read-handler})
|
||||
|
||||
(def ^:privare +write-handlers+
|
||||
{js/moment datetime-write-handler})
|
||||
{dt/DateTime datetime-write-handler})
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Public Api
|
||||
|
|
Loading…
Add table
Reference in a new issue