From 2b4d6160c40d55cd8e9a7ffad4cc1524c19c4591 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 18 Feb 2024 01:06:40 +0330 Subject: minor changes --- web/service/outbound.go | 1 - 1 file changed, 1 deletion(-) (limited to 'web/service/outbound.go') 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) { -- cgit v1.2.3