mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
bug fixed
This commit is contained in:
parent
2a8725a7a5
commit
c627227893
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ func (s *InboundService) UpdateInboundClient(data *model.Inbound, index int) err
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
err = s.UpdateClientIPs(db, oldClients[index].Email, clients[index].Email)
|
||||
err = s.UpdateClientIPs(db, oldClients[index].Email, clients[0].Email)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue