mirror of
https://github.com/penpot/penpot.git
synced 2025-03-30 16:41:20 -05:00
🐛 Fix unexpected decoding of fresian data
This commit is contained in:
parent
4ed093f28f
commit
4ef9d4d5f6
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@
|
|||
(Instant/ofEpochMilli (.readInt rdr))))
|
||||
|
||||
|
||||
"clj/ratio"
|
||||
"ratio"
|
||||
(reify ReadHandler
|
||||
(read [_ rdr _ _]
|
||||
(Ratio. (biginteger (.readObject rdr))
|
||||
|
|
Loading…
Add table
Reference in a new issue