Skip to content

Commit

Permalink
fix: requiring reitit module explicitly
Browse files Browse the repository at this point in the history
See: 528820c
  • Loading branch information
kkharji committed Jan 11, 2022
1 parent 2872923 commit 696cf03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/realworld/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:dependencies [[org.clojure/clojure "1.10.0"]
[org.clojure/core.async "1.5.648"]
[duct/module.sql "0.6.1"]
[duct/module.reitit "0.3.1-SNAPSHOT"]
[duct/module.reitit "0.3.1"]
[duct/middleware.buddy "0.2.0"]
[buddy/buddy-hashers "1.8.1"]
[metosin/malli "0.7.5"]]
Expand Down
3 changes: 1 addition & 2 deletions examples/realworld/src/conduit/main.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
(ns conduit.main
(:gen-class)
(:require [duct.core :as duct]
[duct.reitit])) ;; TODO: fixme
(:require [duct.core :as duct]))

(duct/load-hierarchy)

Expand Down

0 comments on commit 696cf03

Please sign in to comment.