mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 16:48:16 -05:00
📎 Fix linter issue.
This commit is contained in:
parent
9bc2f7dce4
commit
a244fbee4d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
:max-batch-age (* 10 1000) ; 10s
|
||||
:init []})]
|
||||
(a/go-loop []
|
||||
(when-let [[type events] (a/<! buffer)]
|
||||
(when-let [[_type events] (a/<! buffer)]
|
||||
(let [res (a/<! (persist-events cfg events))]
|
||||
(when (ex/exception? res)
|
||||
(l/error :hint "error on persiting events"
|
||||
|
|
Loading…
Add table
Reference in a new issue