fix: stop shadowing vars for rest of frontend

Follow up to 5ff364ba1e
This commit is contained in:
Gabriel Horner
2024-09-07 00:13:09 -04:00
parent 12f5215d6c
commit 70383cd813
41 changed files with 258 additions and 260 deletions

View File

@@ -234,12 +234,12 @@
([fpath]
(util/p-handle
(stat fpath)
(fn [stat] (not (nil? stat)))
(fn [stat'] (not (nil? stat')))
(fn [_e] false)))
([dir path]
(util/p-handle
(stat dir path)
(fn [stat] (not (nil? stat)))
(fn [stat'] (not (nil? stat')))
(fn [_e] false))))
(defn asset-href-exists?