Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/service/inbound.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/service/inbound.go b/web/service/inbound.go
index 101c79d9..8a3a4ae2 100644
--- a/web/service/inbound.go
+++ b/web/service/inbound.go
@@ -2032,7 +2032,6 @@ func (s *InboundService) GetClientTrafficByEmail(email string) (traffic *xray.Cl
return nil, err
}
if t != nil && client != nil {
- t.Enable = client.Enable
t.UUID = client.ID
t.SubId = client.SubID
return t, nil