Update web/service/inbound.go

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

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) {
// TODO: check if TrafficReset field are updating
// TODO: check if TrafficReset field is updating
clients, err := s.GetClients(data)
if err != nil {
return false, err