mirror of
https://github.com/penpot/penpot.git
synced 2025-02-18 13:04:38 -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})
|
"m" datetime-read-handler})
|
||||||
|
|
||||||
(def ^:privare +write-handlers+
|
(def ^:privare +write-handlers+
|
||||||
{js/moment datetime-write-handler})
|
{dt/DateTime datetime-write-handler})
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Public Api
|
;; Public Api
|
||||||
|
|
Loading…
Add table
Reference in a new issue