mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 16:56:11 +02:00
✨ Fix linter issues on backend tasks ns directory.
This commit is contained in:
parent
ce3c055819
commit
6881e3d795
6 changed files with 14 additions and 30 deletions
|
@ -9,12 +9,10 @@
|
|||
|
||||
(ns app.tasks.sendmail
|
||||
(:require
|
||||
[clojure.tools.logging :as log]
|
||||
[app.common.data :as d]
|
||||
[app.common.exceptions :as ex]
|
||||
[app.util.emails :as emails]
|
||||
[app.config :as cfg]
|
||||
[app.metrics :as mtx]))
|
||||
[app.metrics :as mtx]
|
||||
[app.util.emails :as emails]
|
||||
[clojure.tools.logging :as log]))
|
||||
|
||||
(defn- send-console!
|
||||
[config email]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue