Update web/job/periodic_client_traffic_reset_job.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Sanaei 2025-09-12 12:30:36 +02:00 committed by GitHub
parent 6e263fff8a
commit 7f4efbd92e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,6 @@ func (j *PeriodicClientTrafficResetJob) Run() {
}
if resetCount > 0 {
logger.Infof("Periodic client traffic reset completed: %d clients reseted", resetCount)
logger.Infof("Periodic client traffic reset completed: %d clients reset", resetCount)
}
}