🐛 Fix frontend cljs linter issues

This commit is contained in:
Andrey Antukh 2023-08-31 09:31:53 +02:00 committed by Alejandro Alonso
parent cc5b1c950b
commit d4b4e6be7d

View file

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