Compare commits

..

No commits in common. "09933f845dd1ca257672297544fe0baa921d46ee" and "a1c0231abccf241a72ebcbf70fe936159d0dda26" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -739,7 +739,7 @@ func (s *InboundService) DelInboundClient(inboundId int, clientId string) (bool,
} }
func (s *InboundService) UpdateInboundClient(data *model.Inbound, clientId string) (bool, error) { func (s *InboundService) UpdateInboundClient(data *model.Inbound, clientId string) (bool, error) {
// TODO: check if TrafficReset field is updating // TODO: check if TrafficReset field are updating
clients, err := s.GetClients(data) clients, err := s.GetClients(data)
if err != nil { if err != nil {
return false, err return false, err