chore(revive): make lint happy

This commit is contained in:
源文雨
2024-03-04 15:38:26 +09:00
parent 6c20f22548
commit ece68dae9b
6 changed files with 11 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ func updateVup() error {
if err != nil {
return err
}
gjson.Get(binary.BytesToString(data), "@this").ForEach(func(key, value gjson.Result) bool {
gjson.Get(binary.BytesToString(data), "@this").ForEach(func(_, value gjson.Result) bool {
mid := value.Get("mid").Int()
uname := value.Get("uname").String()
roomid := value.Get("roomid").Int()