mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 22:41:39 +02:00
✨ Fix all linter issues on backend code.
This commit is contained in:
parent
6881e3d795
commit
44a21de783
43 changed files with 219 additions and 304 deletions
|
@ -25,7 +25,7 @@
|
|||
;; --- Entry point
|
||||
|
||||
(defn run
|
||||
[params]
|
||||
[_params]
|
||||
(require 'app.config
|
||||
'app.srepl.server
|
||||
'app.migrations
|
||||
|
@ -37,5 +37,5 @@
|
|||
|
||||
|
||||
(defn -main
|
||||
[& args]
|
||||
[& _args]
|
||||
(run {}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue