fix: Run go formatter

This commit is contained in:
HamidReza 2026-03-19 00:02:58 +03:30
parent aed05fa7f0
commit 334e1038e9

View file

@ -472,7 +472,6 @@ func getAPIPortFromConfigData(configData []byte) (int, error) {
return 0, errors.New("api inbound port not found")
}
func (j *CheckClientIpJob) getInboundByEmail(clientEmail string) (*model.Inbound, error) {
db := database.GetDB()
inbound := &model.Inbound{}