mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-11 20:50:06 +00:00
fix bug
This commit is contained in:
parent
b3e1052c61
commit
16ed53ef31
1 changed files with 1 additions and 3 deletions
|
@ -261,9 +261,7 @@ func (a *InboundController) updateClientInMultipleInbounds(c *gin.Context) {
|
|||
}
|
||||
}
|
||||
|
||||
needRestart := true
|
||||
|
||||
needRestart, err = a.inboundService.UpdateClientInMultipleInbounds(data, subId, payload.InboundIds)
|
||||
needRestart, err := a.inboundService.UpdateClientInMultipleInbounds(data, subId, payload.InboundIds)
|
||||
if err != nil {
|
||||
jsonMsg(c, "Something went wrong!", err)
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue