소스 검색

🔧 refactor(user_cache): remove unused JSON import

CaIon 10 달 전
부모
커밋
b8966a8b1c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      model/user_cache.go

+ 0 - 1
model/user_cache.go

@@ -1,7 +1,6 @@
 package model
 
 import (
-	"encoding/json"
 	"fmt"
 	"one-api/common"
 	"one-api/constant"