mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
fix: correct gofmt formatting in inbound.go
This commit is contained in:
parent
90665c92f4
commit
a7871a79a5
1 changed files with 1 additions and 1 deletions
|
|
@ -850,7 +850,7 @@ func (s *InboundService) UpdateInboundClient(data *model.Inbound, clientId strin
|
|||
return false, common.NewError("Duplicate email in this inbound:", client.Email)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
var oldSettings map[string]any
|
||||
err = json.Unmarshal([]byte(oldInbound.Settings), &oldSettings)
|
||||
|
|
|
|||
Loading…
Reference in a new issue