From 0cd4f2282319fe998e0875b87107b19e0834d3fd Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Tue, 20 Feb 2024 18:10:05 +0100 Subject: [PATCH] fix cljs --- src/main/cljc/dda/c4k_common/postgres/postgres_internal.cljc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/cljc/dda/c4k_common/postgres/postgres_internal.cljc b/src/main/cljc/dda/c4k_common/postgres/postgres_internal.cljc index ca980dc..7fa3442 100644 --- a/src/main/cljc/dda/c4k_common/postgres/postgres_internal.cljc +++ b/src/main/cljc/dda/c4k_common/postgres/postgres_internal.cljc @@ -8,8 +8,7 @@ [dda.c4k-common.base64 :as b64] [dda.c4k-common.predicate :as cp] [dda.c4k-common.common :as cm] - [dda.c4k-common.namespace :as ns] - [dda.c4k-common.postgres.postgres-internal :as int])) + [dda.c4k-common.namespace :as ns])) (defn postgres-size? [input]