From 8b8791de184fb56a9bc4f6483d8b5716665302ae Mon Sep 17 00:00:00 2001 From: Joe Averbukh Date: Sat, 5 Sep 2026 10:49:54 -0700 Subject: [PATCH] sm lint fix clojure --- server/src/instant/resend.clj | 1 - 1 file changed, 1 deletion(-) 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]]