diff --git a/server/src/instant/resend.clj b/server/src/instant/resend.clj index 7ca50e023e..a9f1d97c65 100644 --- a/server/src/instant/resend.clj +++ b/server/src/instant/resend.clj @@ -1,7 +1,6 @@ (ns instant.resend (:require [clj-http.client :as clj-http] - [clojure.string :as string] [instant.config :as config] [instant.util.exception :as ex] [instant.util.json :refer [->json <-json]]