From be29996801f4c517368e241c1e92bd67de694dee Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Thu, 8 Oct 2020 07:05:59 -0700 Subject: [PATCH] fixing bug missing include --- src/clj/auto_ap/handler.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clj/auto_ap/handler.clj b/src/clj/auto_ap/handler.clj index a9ecbfa3..77064fda 100644 --- a/src/clj/auto_ap/handler.clj +++ b/src/clj/auto_ap/handler.clj @@ -9,6 +9,7 @@ [buddy.auth.backends.token :refer [jws-backend]] [buddy.auth.middleware :refer [wrap-authentication wrap-authorization]] [clojure.tools.logging :as log] + [clojure.string :as str] [compojure.core :refer :all] [compojure.route :as route] [config.core :refer [env]]