Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
correcting requires
Browse files Browse the repository at this point in the history
  • Loading branch information
snichme committed Aug 30, 2022
1 parent 8d49fb1 commit b4c7265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloudkarafka/kafka_http_reporter.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[clojure.java.io :as io]
[aleph.http :as http]
[jsonista.core :as json]
[compojure.core :refer :all]
[compojure.core :refer [routes GET]]
[compojure.route :as route]
[ring.middleware.params :as params]
[clojure.java.jmx :as jmx])
Expand Down

0 comments on commit b4c7265

Please sign in to comment.