diff options
Diffstat (limited to 'web/service')
| -rw-r--r-- | web/service/outbound.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/service/outbound.go b/web/service/outbound.go index 244d7a14..05791f69 100644 --- a/web/service/outbound.go +++ b/web/service/outbound.go @@ -10,7 +10,6 @@ import ( ) type OutboundService struct { - xrayApi xray.XrayAPI } func (s *OutboundService) AddTraffic(traffics []*xray.Traffic, clientTraffics []*xray.ClientTraffic) (error, bool) { |
