mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 21:21:43 +02:00
🐛 Fix frontend cljs linter issues
This commit is contained in:
parent
63668fb66e
commit
fb1bdd4ce7
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
(progress! context type file nil nil))
|
(progress! context type file nil nil))
|
||||||
|
|
||||||
([context type current total]
|
([context type current total]
|
||||||
(keyword? type)
|
(assert (keyword? type))
|
||||||
(assert (number? current))
|
(assert (number? current))
|
||||||
(assert (number? total))
|
(assert (number? total))
|
||||||
(progress! context type nil current total))
|
(progress! context type nil current total))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue