mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 04:07:30 +02:00
📎 Fix linter issues.
This commit is contained in:
parent
9f0e156916
commit
79e5716f36
4 changed files with 6 additions and 12 deletions
|
@ -7,9 +7,7 @@
|
|||
(ns app.loggers.database
|
||||
"A specific logger impl that persists errors on the database."
|
||||
(:require
|
||||
[app.common.exceptions :as ex]
|
||||
[app.common.logging :as l]
|
||||
[app.common.spec :as us]
|
||||
[app.common.uuid :as uuid]
|
||||
[app.config :as cf]
|
||||
[app.db :as db]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue