From 18849307e97aa308ccaeb609aab44407c3eb4873 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 25 May 2022 11:29:49 +0200 Subject: [PATCH] :bug: Fix linting issue --- backend/src/app/http/debug.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/app/http/debug.clj b/backend/src/app/http/debug.clj index 0c534a1927..35e9ed27f9 100644 --- a/backend/src/app/http/debug.clj +++ b/backend/src/app/http/debug.clj @@ -102,8 +102,7 @@ (let [fname (str "imported-file-" (dt/now)) file-id (try (uuid/uuid (-> params :file :filename)) - (catch Exception err - (uuid/next))) + (catch Exception _ (uuid/next))) file (db/exec-one! pool (sql/select :file {:id file-id}))] (if file (db/update! pool :file