0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-25 00:06:09 -05:00

🐛 Fix frontend cljs linter issues

This commit is contained in:
Andrey Antukh 2023-08-31 09:31:53 +02:00
parent 63668fb66e
commit fb1bdd4ce7

View file

@ -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))