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

@@ -155,7 +155,7 @@ func (t *Timer) judgeHM() {
if t.SelfID != 0 {
t.sendmsg(t.GrpID, zero.GetBot(t.SelfID))
} else {
zero.RangeBot(func(id int64, ctx *zero.Ctx) (_ bool) {
zero.RangeBot(func(_ int64, ctx *zero.Ctx) (_ bool) {
t.sendmsg(t.GrpID, ctx)
return
})