bug fixed
This commit is contained in:
parent
2a8725a7a5
commit
c627227893
@ -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…
x
Reference in New Issue
Block a user