Update web/job/periodic_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:23 +02:00 committed by GitHub
parent a1c0231abc
commit 6e263fff8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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