mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fix frontend cljs linter issues
This commit is contained in:
parent
cc5b1c950b
commit
d4b4e6be7d
@ -86,7 +86,7 @@
|
||||
(progress! context type file nil nil))
|
||||
|
||||
([context type current total]
|
||||
(keyword? type)
|
||||
(assert (keyword? type))
|
||||
(assert (number? current))
|
||||
(assert (number? total))
|
||||
(progress! context type nil current total))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user