Browse Source

🔧 refactor(user_cache): remove unused JSON import

CaIon 8 months ago
parent
commit
a9e03e6172
1 changed files with 0 additions and 1 deletions
  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"