chore: fix lint

This commit is contained in:
charlie
2024-12-31 12:33:19 +08:00
parent aceaf0c879
commit 4a732ba0c3

View File

@@ -207,8 +207,8 @@
(defn setup-install-listener!
[]
(let [channel (name :lsp-updates)
listener (fn [_ctx ^js _e]
(let [e (or _e _ctx)]
listener (fn [ctx ^js evt]
(let [e (or evt ctx)]
(when-let [{:keys [status payload only-check]} (bean/->clj e)]
(case (keyword status)