0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-15 17:21:17 -05:00

🐛 Fix wrong import on error reporter.

This commit is contained in:
Andrey Antukh 2021-01-08 12:37:00 +01:00
parent d12b78985e
commit 151e36df0e

View file

@ -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]