diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-07-15 08:46:32 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-07-15 08:46:32 -0400 |
commit | b30265fba6fa396b5450a36033bcd63952217017 (patch) | |
tree | a357b98865fa9f1ddf89b8c66aafcb7eac2c94b4 /src | |
parent | 9ad3988802ff3f20cc592ea2d683be8fcea52f5a (diff) |
fix uberjar
Diffstat (limited to 'src')
-rw-r--r-- | src/lemmold/core.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lemmold/core.clj b/src/lemmold/core.clj index b235924..fb34fdd 100644 --- a/src/lemmold/core.clj +++ b/src/lemmold/core.clj @@ -1,4 +1,5 @@ (ns lemmold.core + (:gen-class) (:require [clj-http.client :as client]) (:require [clojure.data.json :as json])) |