diff --git a/web/service/inbound.go b/web/service/inbound.go index 7339c070..6a2f7bbc 100644 --- a/web/service/inbound.go +++ b/web/service/inbound.go @@ -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