minor changes

This commit is contained in:
MHSanaei
2024-02-18 01:06:40 +03:30
parent 57029b1a40
commit 2b4d6160c4
3 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,6 @@ import (
)
type OutboundService struct {
xrayApi xray.XrayAPI
}
func (s *OutboundService) AddTraffic(traffics []*xray.Traffic, clientTraffics []*xray.ClientTraffic) (error, bool) {