From ddfe5fbcb8083de396101f548c94e8514e3160e6 Mon Sep 17 00:00:00 2001 From: Jordi Sala Morales Date: Mon, 15 Apr 2024 10:16:07 +0000 Subject: [PATCH] Avoid non existent function warning --- frontend/src/app/libs/file_builder.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/libs/file_builder.cljs b/frontend/src/app/libs/file_builder.cljs index 4d3b21adc..0f0c3d069 100644 --- a/frontend/src/app/libs/file_builder.cljs +++ b/frontend/src/app/libs/file_builder.cljs @@ -253,7 +253,7 @@ (export [_] (->> (export-file file) - (rx/subs + (rx/subs! (fn [value] (when (not (contains? value :type)) (let [[file export-blob] value]