mirror of
https://github.com/penpot/penpot.git
synced 2025-07-15 08:25:14 +02:00
✨ Improve storage recheck task and add more specs.
This commit is contained in:
parent
340d1d43be
commit
a69a35a0b6
3 changed files with 36 additions and 5 deletions
|
@ -165,6 +165,9 @@
|
|||
(instance? String data)
|
||||
(string->content data)
|
||||
|
||||
(bytes? data)
|
||||
(input-stream->content (ByteArrayInputStream. ^bytes data) (alength data))
|
||||
|
||||
(instance? InputStream data)
|
||||
(do
|
||||
(when-not size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue