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:
parent
d12b78985e
commit
151e36df0e
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue