Skip to content

Commit

Permalink
kondo
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 18, 2024
1 parent 2fa1cd6 commit 39da396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nextjournal/clerk/webserver.clj
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@
:reset! (when-let [var (resolve (:var-name msg))]
(try
(binding [*sender-ch* sender-ch]
(def xy (:args msg))
(apply reset! @var (:args msg)))
(catch Exception ex
(throw (doto (ex-info (str "Clerk cannot `reset!` synced var `" (:var-name msg) "`.") msg ex) update-error!)))))
Expand Down

0 comments on commit 39da396

Please sign in to comment.