Fix all linter issues on backend code.

This commit is contained in:
Andrey Antukh 2020-12-02 12:36:08 +01:00 committed by Hirunatan
parent 6881e3d795
commit 44a21de783
43 changed files with 219 additions and 304 deletions

View file

@ -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 {}))