Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Jan 20, 2025
1 parent a16f30f commit 74d4e1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/darkleaf/di/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@
{::kind :component
:variable variable}))))


(defn- var->1-component [variable]
(let [deps (dependencies-fn variable)
stop (stop-fn variable)]
Expand Down Expand Up @@ -713,8 +712,7 @@
(service-factory variable deps)))

(defn- var->factory-default [variable]
(-> @variable
(u/update-description assoc ::variable variable)))
(u/update-description @variable assoc ::variable variable))

(defn- var->factory [variable]
(?? (var->factory-meta-deps variable)
Expand Down

0 comments on commit 74d4e1c

Please sign in to comment.