From a9e03e61728b722a77a98b7f11b4834650df5f02 Mon Sep 17 00:00:00 2001 From: CaIon Date: Thu, 10 Jul 2025 15:12:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20refactor(user=5Fcache):=20remove?= =?UTF-8?q?=20unused=20JSON=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/user_cache.go | 1 - 1 file changed, 1 deletion(-) diff --git a/model/user_cache.go b/model/user_cache.go index 87fa973a..a631457c 100644 --- a/model/user_cache.go +++ b/model/user_cache.go @@ -1,7 +1,6 @@ package model import ( - "encoding/json" "fmt" "one-api/common" "one-api/constant"