diff --git a/frontend/src/app/worker/import.cljs b/frontend/src/app/worker/import.cljs index 2e533d894..3fcfe2c68 100644 --- a/frontend/src/app/worker/import.cljs +++ b/frontend/src/app/worker/import.cljs @@ -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))