From db52d98595af29a8fd66eaafb1c5a74dc41a60ec Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 16 Aug 2024 12:01:00 +0200 Subject: [PATCH] :paperclip: Update user ns on common and backend --- backend/dev/user.clj | 2 +- common/dev/user.clj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/dev/user.clj b/backend/dev/user.clj index 9fc59d5e1..5f742ff15 100644 --- a/backend/dev/user.clj +++ b/backend/dev/user.clj @@ -20,6 +20,7 @@ [app.common.schema.desc-native :as smdn] [app.common.schema.generators :as sg] [app.common.spec :as us] + [app.common.json :as json] [app.common.transit :as t] [app.common.types.file :as ctf] [app.common.uuid :as uuid] @@ -29,7 +30,6 @@ [app.srepl.helpers :as srepl.helpers] [app.srepl.main :as srepl] [app.util.blob :as blob] - [app.util.json :as json] [app.util.time :as dt] [clj-async-profiler.core :as prof] [clojure.contrib.humanize :as hum] diff --git a/common/dev/user.clj b/common/dev/user.clj index 3cb650922..d73499c25 100644 --- a/common/dev/user.clj +++ b/common/dev/user.clj @@ -6,6 +6,7 @@ (ns user (:require + [app.common.json :as json] [app.common.pprint :as pp] [app.common.schema :as sm] [app.common.schema.desc-js-like :as smdj]