From 71d6f7b1a2fa69a0f20e0aa38be39c929b40a123 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 3 Dec 2021 09:43:02 +0100 Subject: [PATCH] :paperclip: Fix linter issues. --- common/src/app/common/perf.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/perf.cljc b/common/src/app/common/perf.cljc index be2145403..6b528e0ba 100644 --- a/common/src/app/common/perf.cljc +++ b/common/src/app/common/perf.cljc @@ -1,6 +1,6 @@ (ns app.common.perf (:require - [app.common.math :as mth] + #?(:cljs [app.common.math :as mth]) [app.common.uuid :as uuid])) (defn timestamp []