Skip to content

Commit

Permalink
var special is global
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Apr 22, 2024
1 parent 3e5fd2e commit c49cc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compojure/api/meta.clj
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@
(or (and (seq? form)
(= 2 (count form))
(= 'var (first form))
(when-some [v (resolve-var &env (second form))]
(when-some [v (resolve-var nil (second form))]
(not (:dynamic (meta v)))))
(when (symbol? form)
(let [r (resolve &env form)]
Expand Down

0 comments on commit c49cc44

Please sign in to comment.