Skip to content

Commit

Permalink
Update subService.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alipour66m authored Jun 9, 2023
1 parent 0463c76 commit 27986c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sub/subService.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func (s *SubService) genVmessLink(inbound *model.Inbound, email string) string {
}
}

clients, _ := s.inboundService.GetClients(inbound)
clients, _ := s.settingServics.GetClients(inbound)
clientIndex := -1
for i, client := range clients {
if client.Email == email {
Expand Down

0 comments on commit 27986c8

Please sign in to comment.