mirror of
https://github.com/penpot/penpot.git
synced 2025-05-26 05:26:10 +02: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
|
:max-batch-age (* 10 1000) ; 10s
|
||||||
:init []})]
|
:init []})]
|
||||||
(a/go-loop []
|
(a/go-loop []
|
||||||
(when-let [[type events] (a/<! buffer)]
|
(when-let [[_type events] (a/<! buffer)]
|
||||||
(let [res (a/<! (persist-events cfg events))]
|
(let [res (a/<! (persist-events cfg events))]
|
||||||
(when (ex/exception? res)
|
(when (ex/exception? res)
|
||||||
(l/error :hint "error on persiting events"
|
(l/error :hint "error on persiting events"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue