💄 Fix linter issues on exporter

This commit is contained in:
Andrey Antukh 2022-06-29 14:53:57 +02:00
parent 9c194ee3cb
commit bfb0ba47f5
15 changed files with 23 additions and 59 deletions

View file

@ -28,7 +28,7 @@
(.on client "reconnect"
(fn [ms] (l/warn :hint "reconnecting to redis" :ms ms)))
(.on client "end"
(fn [ms] (l/warn :hint "client ended, no more connections will be attempted")))
(fn [] (l/warn :hint "client ended, no more connections will be attempted")))
client))
(defn init