mirror of
https://github.com/penpot/penpot.git
synced 2025-05-13 13:46:39 +02:00
🐛 Fix wrong import on error reporter.
This commit is contained in:
parent
d12b78985e
commit
151e36df0e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
[app.tasks :as tasks]
|
[app.tasks :as tasks]
|
||||||
[app.worker :as wrk]
|
[app.worker :as wrk]
|
||||||
[app.util.json :as json]
|
[app.util.json :as json]
|
||||||
[app.util.emails :as http]
|
[app.util.http :as http]
|
||||||
[clojure.core.async :as a]
|
[clojure.core.async :as a]
|
||||||
[clojure.spec.alpha :as s]
|
[clojure.spec.alpha :as s]
|
||||||
[clojure.tools.logging :as log]
|
[clojure.tools.logging :as log]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue