From 151e36df0ec69ff7793240c7244f519d0610b6e5 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 8 Jan 2021 12:37:00 +0100 Subject: [PATCH] :bug: Fix wrong import on error reporter. --- backend/src/app/error_reporter.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/error_reporter.clj b/backend/src/app/error_reporter.clj index 5f4058f93..4ec949c7a 100644 --- a/backend/src/app/error_reporter.clj +++ b/backend/src/app/error_reporter.clj @@ -17,7 +17,7 @@ [app.tasks :as tasks] [app.worker :as wrk] [app.util.json :as json] - [app.util.emails :as http] + [app.util.http :as http] [clojure.core.async :as a] [clojure.spec.alpha :as s] [clojure.tools.logging :as log]