mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 17:01:38 +02:00
💄 Fix linter issues on exporter
This commit is contained in:
parent
9c194ee3cb
commit
bfb0ba47f5
15 changed files with 23 additions and 59 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue