♻️ Replace backend transit ns with common transit.

This commit is contained in:
Andrey Antukh 2021-05-31 09:28:20 +02:00 committed by Andrés Moya
parent 068c94da4e
commit ee1738c9d4
6 changed files with 7 additions and 7 deletions

View file

@ -9,6 +9,7 @@
(:require
[app.common.exceptions :as ex]
[app.common.spec :as us]
[app.common.transit :as t]
[app.common.uuid :as uuid]
[app.config :as cf]
[app.db :as db]
@ -16,7 +17,6 @@
[app.util.http :as http]
[app.util.logging :as l]
[app.util.time :as dt]
[app.util.transit :as t]
[app.worker :as wrk]
[clojure.core.async :as a]
[clojure.spec.alpha :as s]