mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-04-18 05:25:49 +00:00
fix: Run go formatter
This commit is contained in:
parent
aed05fa7f0
commit
334e1038e9
1 changed files with 0 additions and 1 deletions
|
|
@ -472,7 +472,6 @@ func getAPIPortFromConfigData(configData []byte) (int, error) {
|
||||||
return 0, errors.New("api inbound port not found")
|
return 0, errors.New("api inbound port not found")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func (j *CheckClientIpJob) getInboundByEmail(clientEmail string) (*model.Inbound, error) {
|
func (j *CheckClientIpJob) getInboundByEmail(clientEmail string) (*model.Inbound, error) {
|
||||||
db := database.GetDB()
|
db := database.GetDB()
|
||||||
inbound := &model.Inbound{}
|
inbound := &model.Inbound{}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue