mirror of
https://github.com/penpot/penpot.git
synced 2025-07-15 18:45:13 +02:00
✨ Add some type hints and remove legacy code.
This commit is contained in:
parent
2e084cc2a6
commit
784a4f8ecd
11 changed files with 18 additions and 181 deletions
|
@ -165,7 +165,7 @@
|
|||
(string->content data)
|
||||
|
||||
(bytes? data)
|
||||
(input-stream->content (ByteArrayInputStream. ^bytes data) (alength data))
|
||||
(input-stream->content (ByteArrayInputStream. ^bytes data) (alength ^bytes data))
|
||||
|
||||
(instance? InputStream data)
|
||||
(do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue