From 09933f845dd1ca257672297544fe0baa921d46ee Mon Sep 17 00:00:00 2001 From: Sanaei Date: Fri, 12 Sep 2025 12:30:53 +0200 Subject: [PATCH] Update web/service/inbound.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- web/service/inbound.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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