0
Fork 0
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:
Andrey Antukh 2021-06-02 13:20:25 +02:00
parent 9bc2f7dce4
commit a244fbee4d

View file

@ -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"